摘要:
创建HttpCookie cookie = new HttpCookie("name"); cookie.Value = HttpUtility.UrlDecode("猪刚烈", Encoding.GetEncoding("UTF-8")); //HttpUtility 这个是用来编码解码的 cookie.Expires = DateTime.Now.AddDays(1); //设置过期时间 Response.Cookies.Add(cookie);读取TextBox1.Text = HttpUtility.UrlDecode(Htt 阅读全文
posted @ 2013-04-11 07:53
java程序员填空
阅读(97)
评论(0)
推荐(0)

浙公网安备 33010602011771号