摘要:
using System;using System.Collections.Generic;using System.Text;using System.Threading;namespace ConsoleApplication1{ class Program { static void Main(string[] args) { Thread newThread = new Thread(test); newThread.Start("para input"); newThread =... 阅读全文
posted @ 2012-06-14 17:31
SuperBug
阅读(222)
评论(0)
推荐(0)
浙公网安备 33010602011771号