摘要:
//写入cookie function setCookie(name, value) { var Days = 30; //此 cookie 将被保存 30 天 var exp = new Date(); exp.setTime(exp.getTime() + Days * 24 * 60 * 60 阅读全文
posted @ 2017-03-31 11:34
Debugs
阅读(308)
评论(0)
推荐(0)
摘要:
<!doctype html public "-//w3c//dtd html 4.01 transitional//en" "http://www.w3.org/tr/html4/loose.dtd"><html> <head> <title> new document </title> <scr 阅读全文
posted @ 2017-03-31 11:26
Debugs
阅读(2843)
评论(0)
推荐(0)