2

我有一个 iframe,在 iframe 的 onload 中,我想要一行(或多行)代码,用特定的 url 重新加载主页(iframe 所在的页面)。那行代码是什么?

4

1 回答 1

2

以下应该会:

top.location.href = "http://stackoverflow.com";
于 2013-01-21T14:01:32.250 回答