在这种情况下,我希望在 example.com 中编写的假设 javascript 代码返回相同的结果:
window.self === window.top
<html>
<body>
<iframe id="you-are-not-an-iframe" src="http://example.com"></iframe>
</body>
</html>
在这种情况下,我希望在 example.com 中编写的假设 javascript 代码返回相同的结果:
window.self === window.top
<html>
<body>
<iframe id="you-are-not-an-iframe" src="http://example.com"></iframe>
</body>
</html>