摘要: public class thread的 extends Thread { public void run(){ for(int i=0;;i++){ try { Thread.sleep(100); } catch (InterruptedException e) { ... 阅读全文
posted @ 2016-03-16 08:27 storm47 阅读(194) 评论(0) 推荐(0)