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.
我有一个 iframe,在 iframe 的 onload 中,我想要一行(或多行)代码,用特定的 url 重新加载主页(iframe 所在的页面)。那行代码是什么?
以下应该会:
top.location.href = "http://stackoverflow.com";