摘要:
1 2 3 using System; 4 using System.Web; 5 using System.Text; 6 7 public class Handler : IHttpHandler { 8 9 public void ProcessRequest (HttpContext context) {10 context.Response.ContentType = "text/plain";11 string id = "0";12 //判断提交方式13 if (context.Reques... 阅读全文
posted @ 2014-03-22 14:53
我的耐特人生
阅读(1543)
评论(0)
推荐(0)
浙公网安备 33010602011771号