回到首页
个人中心
反馈问题
注册登录
下载APP
代码
提交代码
window.localStorage.removeItem("test")//删除key=test的值 window.localStorage.test = ''//可以通过赋空值的方式等价操作
运行结果