摘要: class Count implements Runnable{ Thread mythread ; Count() { mythread = new Thread(this, "my runnable thread"); System.out.println("m... 阅读全文
posted @ 2015-05-25 16:13 okay4321 阅读(121) 评论(0) 推荐(0)