摘要:
cookies代码如下: //设置httpcookieHttpCookie cscok = new HttpCookie("ckall");cscok.Values.Add("uname", "1111111");//uname为变量名,1111111为变量的值cscok.Values.Add("upwd", "2222");//同上解释cscok.Expires = DateTime.MaxVa... 阅读全文
posted @ 2009-07-06 11:06
Rhythmk
阅读(202)
评论(0)
推荐(0)
浙公网安备 33010602011771号