摘要: #region 接受带选择参数Cookies的值 public string selGetCookies(HttpCookie req, int sel) { string result = string.Empty; ; if (req != null) { switch (sel) ... 阅读全文
posted @ 2007-11-01 16:31 力-点滴 阅读(235) 评论(0) 推荐(0) 编辑
摘要: user = pc.selGetCookies(Request.Cookies["htp1"], 1); switch (user) { case "1": break; case "2": ... 阅读全文
posted @ 2007-11-01 15:44 力-点滴 阅读(290) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2007-11-01 15:32 力-点滴 阅读(837) 评论(0) 推荐(0) 编辑