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.
window.name允许我们做 XDM的特点是名称永远不会改变。(即使我们重定向。)。
window.name
我在 MDN 上找不到。
是否所有浏览器都支持/[继续支持]此功能(不更改)?
我找不到任何文件表明它已被锁定
更一般的问题,为什么它不改变?-(即使在重定向之后)常识声称如果我导航到另一个位置,则应该重置窗口对象
如果它发生了变化,那么只要您链接到其中的新文档:
<a target="myWindow" href="http://example.com">
…然后随后尝试链接到窗口中的不同文档将导致打开一个新窗口,因为将不再有一个名为myWindow.
myWindow