佬唐

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

2009年3月19日 #

摘要: 1、Handler1.ashxpublic class Handler1 : IHttpHandler{ public void ProcessRequest(HttpContext context) { context.Response.ContentType = "text/plain"; ... 阅读全文
posted @ 2009-03-19 08:28 佬唐 阅读(157) 评论(0) 推荐(0)