返回列表 發帖
  1. package qwer;

  2. public class Qwer {

  3.         public static void main(String[] args) throws InterruptedException
  4.         {                       
  5.                 System.out.println("Thread start");
  6.                 TimeThread thread = new TimeThread();
  7.         thread.start();
  8.         System.out.println("Thread over");
  9.         }
  10. }
複製代碼
我是眾神之王XXX  I love you
0000000000

TOP

返回列表