asp.net 实现敏感词全局过滤
摘要:1、Global.asax 文件中写一下代码 void Application_BeginRequest(object sender, EventArgs e) { // 在应用程序关闭时运行的代码 if (Request != null && Request.Headers != null) {
阅读全文
posted @ 2020-08-13 10:06
posted @ 2020-08-13 10:06