进入页面,调接口,请求到数据 list, 然后把list 存储到localStorage中:
localStorage.setItem("array", JSON.stringify(list));
然后退出这个页面,然后再进入, 又重新获取到了数据list, 现在需要怎么操作, 才能把这个新请求到的list 也push到已有的localStorage中呢?? 试了很久, 只会覆盖掉,而不能push 进去。。。。求帮忙!万分谢谢!
炎炎设计
相关分类