代码
提交代码
window.localStorage.removeItem("test")//删除key=test的值 window.localStorage.test = ''//可以通过赋空值的方式等价操作
运行结果