摘要: asp.net mvc 添加定时器只需在Global.asax文件写一个定时方法 在Application_Start()中写下 protected void Application_Start() { AreaRegistration.RegisterAllAreas(); RouteConfig 阅读全文
posted @ 2020-08-26 16:03 御翼仁粨狩 阅读(1089) 评论(0) 推荐(0)