回到首页
个人中心
反馈问题
注册登录
下载APP
代码
提交代码
var a = window.localStorage.getItem("test")//获取key=test的值 var a = localStorage.test//可以直接通过对象属性的方式操作
运行结果