摘要:
//testhandler.ashx public class TestHandler : IHttpHandler { public void ProcessRequest (HttpContext context) { if (context.Request.QueryString["nettype"] == "3") { ... 阅读全文
posted @ 2008-06-12 18:44
中岭脚人
阅读(217)
评论(0)
推荐(0)
2008年6月12日