代码 window.addEventListener("storage",function(event) { console.log(event); }); 运行需要如下条件: 同一个浏览器打开了两个同源网页其中一个网页修改了localStorage另一个网页注册了storage事件