摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;/// ///CookiesSel 的摘要说明/// public class CookiesSel{ public CookiesSel() { // //TODO: 在此处添加构造函数逻辑 // } private static HttpResponse respone = HttpContext.Current.Response; private stati... 阅读全文
posted @ 2013-09-14 13:59 .Justme 阅读(441) 评论(0) 推荐(0) 编辑