摘要: handler1.ashxusing System;using System.Web;public class handler1 : IHttpHandler { public void ProcessRequest (HttpContext context) { c... 阅读全文
posted @ 2015-05-12 11:50 艾紫霁 阅读(198) 评论(0) 推荐(0)