摘要:
一.设置Cookie的2种方式1.Repsonse.Cookie[“名”]=值;2.HttpCookiehcCookie=newHttpCookie(“名”,值);hcCookie.Expires=Date.Now.AddDays(1);这里可以增加月Response.Cookies.Add(hcC... 阅读全文
posted @ 2015-04-24 14:25
guojin
阅读(605)
评论(0)
推荐(0)