摘要: 1.创建线程方式:(1)继承Thread,并重写run方法 1 public class ThreadDemo01 { 2 public static void main(String[] args) { 3 MyThread1 t1=new MyThread1(); 4 ... 阅读全文
posted @ 2015-12-08 22:21 等一等再放弃 阅读(222) 评论(0) 推荐(0)