【发布时间】:2021-12-28 11:15:32
【问题描述】:
这可以在 iframe 中打开网站吗?
如果没有,是否有可能将我们的内容页面未找到或该网站现在允许将数据提取到 iframe 中
<!DOCTYPE html>
<html>
<body>
<h1>The iframe element</h1>
<iframe src="https://www.amazon.com" title="Amazon online shopping site">
</iframe>
</body>
</html>
【问题讨论】:
标签: javascript html iframe same-origin-policy x-frame-options