因为要实现多个线程公用一段程序。
Thread[] td=new Thread[10](new ThreadStart(xx));这样好象不行。