Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
同源策略规定,只有当且仅当执行它们的页面位于具有相同协议、端口号和主机的位置时,才允许不同页面上的脚本相互访问。
给定两个在同一来源中独立打开的页面,这两个页面是否可以共享脚本?
localStorage对所有打开的源实例都是通用的,并且storage当其中一个实例更改localStorage. 通过这种方式,可以识别并向您站点的其他实例发送消息。
localStorage
storage