标签:取出 数组 set 名称 数据 cal oca 转换 对象
localstory setItem(“数据名称”),//相当于存入本地硬盘
localstory getItem("数据名称"),//取出
如果需要转换的话
localstory setItem("数据名称",JSON.stringify(数组对象))//对象转化成字符串
localstory setItem("数据名称",JSON.parse(字符串))//字符串转化成对象
标签:取出 数组 set 名称 数据 cal oca 转换 对象
原文地址:https://www.cnblogs.com/huichaoboke/p/10960911.html