代码
提交代码
var a = window.localStorage.getItem("test")//获取key=test的值 var a = localStorage.test//可以直接通过对象属性的方式操作
运行结果