創建線程

1 public class Ztest { public static void main(String[] args) { MyThread thread=new MyThread(); thread.start();//啓動線程 for(int i=0;i<1000;i++) { System.out.println(「mainThread:」+i); }}} 2 public class
相關文章
相關標籤/搜索