2014年11月6日
摘要: var wait = 60; function time(o) { if (wait == 0) { o.removeAttribute("disabled"); o.v... 阅读全文
posted @ 2014-11-06 15:10 利利乐园 阅读(138) 评论(0) 推荐(0)
摘要: 创建Cookie HttpCookie cookie = new HttpCookie("MyCook");//初使化并设置Cookie的名称 DateTime dt = DateTime.Now; ... 阅读全文
posted @ 2014-11-06 13:40 利利乐园 阅读(386) 评论(0) 推荐(0)