摘要: ThreadPool.QueueUserWorkItem(new WaitCallback(SendJson)); Thread thread = new Thread(new ThreadStart(SendJson)); thread.... 阅读全文
posted @ 2015-05-15 10:03 杨博客 阅读(105) 评论(0) 推荐(0)