摘要:
以下存和取都是在不同的页面中,如果是在同一个页面也没必要用cookies了。 Test1: 给Cookies赋值: const string AAA="aaa"; Response.Cookies[AAA].Value = "111;222;333"; 取值: string value = Request.Cookies[AAA].Value; // value为111 Test2: 给Cooki... 阅读全文
posted @ 2008-11-07 17:16
amingo
阅读(657)
评论(3)
推荐(0)
浙公网安备 33010602011771号