2009年5月4日

cookie 操作详解 (asp.net && javascript)

摘要: (1)ASP.NET cookie 操作详解|cookie 写入、读取、修改、删除2008年10月18日 //写入 protected void Button2_Click(object sender, EventArgs e) { HttpCookie cookie=new HttpCookie("MyCook");//初使化并设置Cookie的名称 DateTime dt=DateTime.... 阅读全文

posted @ 2009-05-04 10:28 八度空间 阅读(528) 评论(0) 推荐(0)

导航