摘要: static bool isStop = true; static void Main(string[] args) { Thread t = new Thread(PrintX); t.Start(); isStop = t.Join(TimeSpan.FromSeconds(10)); Cons 阅读全文
posted @ 2020-10-26 10:54 FredGrit 阅读(88) 评论(0) 推荐(0) 编辑