JAVA-多線程基礎使用

使用多線程 繼承Thread類 class MyThread extends Thread{ @Override public void run() { super.run(); for (int i = 0; i <1000 ; i++) { System.out.println(Thread.currentThread(
相關文章
相關標籤/搜索