摘要:
package wanzai; public class Test1 { public static void main(String[] args) { TestThread tt=new TestThread(); tt.start(); Thread tt1=new Thread(new TestThread1(... 阅读全文
摘要:
package org.hanqi.thread; public class Test1 { public static void main(String[] args) { // for(int i=0;i<10;i++) // { // System.out.println(i); // ... 阅读全文