4 您可以使用join() Thread t = new Thread(new Runnable() { public void run() { //some code } }); t.start(); t.join();//this will wait until Thread t completes its execution 來源 2011-03-08 10:58:26 +0 我希望應用程序在我打開瀏覽器時運行。 – fou 2011-03-08 11:12:22 +0 這是不同的問題,你可以用這個要求打開新的問題 – 2011-03-08 11:13:24
進程或線程? – 2011-03-08 11:17:13