摘要:
Controller: //把登陆用户名存到cookies中 HttpCookie cook = new HttpCookie("cookusername", UserName.ToString()); Response.Cookies.Add(cook); View: <a href="#" cl 阅读全文
posted @ 2018-04-05 11:56
山涧清泉
阅读(1071)
评论(0)
推荐(0)