会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
tx天翔
博客园
首页
新随笔
联系
订阅
管理
2015年11月10日
JS - Cookie: getCookie, setCookie
摘要: JS function for Cookie如果cookie未设置,判断时与空字符串‘’比较;function setCookie(cname, cvalue, exdays) { var d = new Date(); d.setTime(d.getTime() + (exdays*2...
阅读全文
posted @ 2015-11-10 11:52 tx天翔
阅读(1164)
评论(0)
推荐(0)
编辑