摘要:
protectedvoid Application_BeginRequest(object sender, EventArgs e) { //屏蔽ip //if (HttpContext.Current.Request.UserHostAddress == "127.0.0.1") //{ // HttpContext.Current.Response.Write("你已被屏蔽"); // HttpContext.Current.Response.End();... 阅读全文
摘要:
1,用ajax做注册页面用户名提示加入已经存在相同用户名,则提示用户,不存在则提示用户可以注册前台代码:View Code 处理请求的httphandler的页面:View Code using System;using System.Co... 阅读全文