(一)多线程的创建 Thread t = new Thread(new ThreadStart(Go)); Thread t1 = new Thread(Go); 两种创建方式没有区别; (二)多线程的状态控制和优先级