摘要: using System;using System.Web;using System.Data;using System.Text.RegularExpressions;using affordableasia.sabre;using System.Web.SessionState;public class Handler : IHttpHandler, IRequiresSessionState{ public void ProcessRequest (HttpContext context) { if(context.Request["Key"] !=null) ... 阅读全文
posted @ 2013-12-12 15:38 看看天上云 阅读(421) 评论(0) 推荐(0) 编辑