摘要:
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
看看天上云
阅读(428)
评论(0)
推荐(0)
浙公网安备 33010602011771号