.net 添加Cookie的4种方法
摘要:
第一种添加Cookie方法 HttpCookie myCookie = new HttpCookie("userrole"); myCookie.Values["a"] = "a"; myCookie.Values[""] = "b"; my... 阅读全文
posted @ 2016-01-08 17:13 小呀么小二郎 阅读(780) 评论(0) 推荐(0) 编辑
posted @ 2016-01-08 17:13 小呀么小二郎 阅读(780) 评论(0) 推荐(0) 编辑