摘要: using System; using System.Web; using System.IO; public class Handler : IHttpHandler { public void ProcessRequest (HttpContext context) { context.Response.ContentType = "text/plain... 阅读全文
posted @ 2010-08-02 15:50 blueray 阅读(273) 评论(0) 推荐(0)