比如我要线程一个private void subPing(int pre,int end)我在Thread t=之后应该如何写
用匿名委托吧!那么简单为什么要这样写!t = new Thread(delegate() {subPing(1,2); });这样调用多简单啊!