摘要: Global.asax 添加下面内容 protected void Application_Error(object sender, EventArgs e) { Exception ex = Server.GetLastError(); if (ex is HttpException && ((H 阅读全文
posted @ 2023-03-19 15:28 DJ的魔鬼邂逅 阅读(39) 评论(0) 推荐(0)