摘要: 在线程While中使用Thread.Sleep导致界面卡顿,替代方案: public static void Delay(int mm) { DateTime current = DateTime.Now; while (current.AddMilliseconds(mm) > DateTime. 阅读全文
posted @ 2023-09-16 14:45 不溯流光 阅读(106) 评论(0) 推荐(0) 编辑