AddHostedService <Worker>(); }); /// <summary> /// 注意需要继承IHostedService /// </summary> public class Worker : IHostedService, ...
確定! 回上一頁