當run()結束時,這個Thread也就結束了;這和main()結束有相同的效果。其用法以下面範例說明: public class ThreadExample1 extends Thread { public void run() ...
programming.im.ncnu.edu.tw