会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Kevin
博客园
首页
新随笔
联系
管理
2017年2月23日
LocalStorage存储JSON对象的问题
摘要: LocalStorage存储JSON对象的问题 localStorage - 没有时间限制的数据存储 1 var arr=[1,2,3]; 2 localStorage.setItem("temp",arr); //会返回1,2,3 3 console.log(typeof localStorage
阅读全文
posted @ 2017-02-23 15:24 JSKevin
阅读(308)
评论(0)
推荐(0)
编辑
公告