try { Thread.sleep(100); } catch (InterruptedException e) { e.printStackTrace(); } ... C# 多线程join的用法,等待多个子线程结束后再执行主线程.
確定! 回上一頁