我的耐特人生

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2014年3月22日

摘要: 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)