public class ThreadSafe extends Thread { public void run() { while (true){ try{ Thread.sleep(5*1000);阻塞5妙}catch(InterruptedException e){ ...
確定! 回上一頁