2014年10月5日
摘要: 写入Cookie protected void Button1_Click(object sender, EventArgs e) { HttpCookie _ck = new HttpCookie("persion"); _ck.Value = HttpUtility.UrlEncode( "小杨... 阅读全文
posted @ 2014-10-05 10:06 LHFM 阅读(374) 评论(0) 推荐(0)