标签:string object parse ora span object类 html html5 ring
1.关于localStorage的用法(它会把所有的数据类型都当成string,所以在使用时需要转换,下面以object类型为例)
存储:localStorage.setItem(‘productList‘,JSON.stringify(state.productList))
取出:JSON.parse(localStorage.getItem(‘productList‘))
标签:string object parse ora span object类 html html5 ring
原文地址:http://www.cnblogs.com/cxdxm/p/6724361.html