摘要: 1.创建服务类 public class TimerService : IHostedService, IDisposable { /// <summary> /// 定义定时器 /// </summary> private static System.Threading.Timer _timer; 阅读全文
posted @ 2025-01-05 17:19 十一一十三 阅读(15) 评论(0) 推荐(0)