摘要: public class saveExcle : IHttpHandler { public void ProcessRequest (HttpContext context) { context.Response.ContentType = "text/plain"; ... 阅读全文
posted @ 2014-01-06 15:43 蒙面侠 阅读(602) 评论(0) 推荐(0) 编辑