摘要: localstory setItem(“数据名称”),//相当于存入本地硬盘 localstory getItem("数据名称"),//取出 如果需要转换的话 localstory setItem("数据名称",JSON.stringify(数组对象))//对象转化成字符串 localstory s 阅读全文
posted @ 2019-06-01 20:43 宸泽岚 阅读(2541) 评论(0) 推荐(0)