摘要: package thread_test;class A implements Runnable{ public void run() { while(true) { System.out.println("AA"); ... 阅读全文
posted @ 2015-03-17 22:25 JonLi 阅读(158) 评论(0) 推荐(0)