假设我们在页面 test1.html 中有一个 iframe
<iframe src=test2.html"></iframe>
test2.html 中有一个链接:
<a href="test3.html" target="_blank">open in new window"</a>
在 test3.html 我怎么知道开瓶器的父级?(即test1.html)
假设我们在页面 test1.html 中有一个 iframe
<iframe src=test2.html"></iframe>
test2.html 中有一个链接:
<a href="test3.html" target="_blank">open in new window"</a>
在 test3.html 我怎么知道开瓶器的父级?(即test1.html)