摘要: public class ThreadDemo extends Thread{public void run() { for(int i = 0; i try { System.out.println(currentThread().getName() + "---" + i); slee... 阅读全文
posted @ 2015-05-11 10:38 __夜风 阅读(138) 评论(0) 推荐(0) 编辑