摘要: 重新来看多线程时,被这结果搞懵逼了。不多说,直接上代码: 1 public class MyThread02 extends Thread { 2 public MyThread02() { 3 System.out.println("init curr: " + Thread.currentThr 阅读全文
posted @ 2016-08-26 22:18 胖胖的半山兄 阅读(2932) 评论(2) 推荐(1)