【发布时间】:2021-07-30 12:03:06
【问题描述】:
例如,我想从 iframe 中删除“导航栏”。我该怎么做?
<!DOCTYPE html>
<html>
<body>
<h2>HTML Iframes</h2>
<p>I want to remove the navigation bar:</p>
<iframe id="" class=" " scrolling="no" style="width:1000px; height: 1500px; overflow: hidden;" src="https://www.w3schools.com/" title="Iframe"></iframe>
</body>
</html>
【问题讨论】:
-
如果 iframe 来自与您的示例不同的来源,则不能。出于安全原因,浏览器会阻止脚本访问
标签: javascript jquery css wordpress iframe