摘要:
cookie存储格式:"Cookie名=Cookie值;有效期=时间值;路径=路径值"写cookie通常看到前台登陆页:html代码: 用户名: 密 码: 记住我 js代码:function remember(){ if(document.getElementById("check").c... 阅读全文
posted @ 2015-04-28 15:42
Juniors
阅读(257)
评论(0)
推荐(0)
|
摘要:
cookie存储格式:"Cookie名=Cookie值;有效期=时间值;路径=路径值"写cookie通常看到前台登陆页:html代码: 用户名: 密 码: 记住我 js代码:function remember(){ if(document.getElementById("check").c... 阅读全文
posted @ 2015-04-28 15:42
Juniors
阅读(257)
评论(0)
推荐(0)
|