摘要: public async Task<string> Wait3S() { await Task.Delay(3000); Console.WriteLine("Wait 3 S"); return ""; } #region 异步任务-状态机 #if true TestClass testClass 阅读全文
posted @ 2024-08-20 23:04 DaiWK 阅读(20) 评论(0) 推荐(1) 编辑