摘要:
#region 接受带选择参数Cookies的值 public string selGetCookies(HttpCookie req, int sel) { string result = string.Empty; ; if (req != null) { switch (sel) ... 阅读全文
摘要:
user = pc.selGetCookies(Request.Cookies["htp1"], 1); switch (user) { case "1": break; case "2": ... 阅读全文
摘要:
阅读全文