摘要:
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) ... 阅读全文