年轻吐司

文章
3
资源
0
加入时间
3年0月21天

java创建线程执行任务

@Test public void test38() { System.out.println("主线程ID:"+Thread.currentThread().getId()); MyThread thread1 = new MyThread("thread1"); thread1.start(); MyThread thread2 = new MyThread("thread2");