線程interrupt和wait

public class InterruptDemo { public static void main(String[] args) throws InterruptedException{ Thread t1 = new Thread(){ public void run(){ while (true){
相關文章
相關標籤/搜索