在这种情况下,我希望在example.com中编写的假设javascript代码返回相同的结果:
window.self === window.top
<html>
<body>
<iframe id="you-are-not-an-iframe" src="http://example.com"></iframe>
</body>
</html>
答案 0 :(得分:0)
浏览器安全模型禁止您在框架中显示第三方网站,同时告知网站它在顶部框架中运行。顺便说一句:在他们不希望它发生的情况下在框架中显示远程页面是邪恶的恕我直言。