摘要: 1、 用Thread就不会iu无法终止 new Thread(new Runnable() { public void run() { while (true) { test(); try { Thread.sleep(500); } catch (InterruptedException e) { 阅读全文
posted @ 2013-09-29 11:11 码写人生 阅读(31112) 评论(0) 推荐(1)