摘要:
后台代码/// <summary> /// CommonHandler 的摘要说明 /// </summary> public class CommonHandler : IHttpHandler { public void ProcessRequest(HttpContext context) { context.Response.Expires = -1; context.Response.ContentType = "text/plain"; if (string.Equals((context.Request["ajaxmethod 阅读全文
posted @ 2012-04-27 15:45
jianshaohui
阅读(141)
评论(0)
推荐(0)
浙公网安备 33010602011771号