摘要: https://blog.csdn.net/jiangshanwe/article/details/79119219 阅读全文
posted @ 2018-12-30 05:38 ppCola 阅读(375) 评论(0) 推荐(0)
摘要: Thread t2= new Thread(new Runnable() { @Override public void run() { for ( int i =0; i <1000; i ++) { System.out.print ('0'); } } }); t2.start(); 阅读全文
posted @ 2018-12-30 01:03 ppCola 阅读(105) 评论(0) 推荐(0)