gpt4 book ai didi

javascript - 网站未在 iframe 内加载

转载 作者:行者123 更新时间:2023-12-03 06:12:32 25 4
gpt4 key购买 nike

我使用 Firefox 作为浏览器。我使用此代码来简单测试在 iframe 内加载不同的网站。但网站仍然无法加载

<!DOCTYPE html>
<html>
<body>

<iframe src="http://www.w3schools.com">
<p>Your browser does not support iframes.</p>
</iframe>

</body>
</html>

最佳答案

看来你的代码没有问题。它在我的身上工作得很好。确保您拥有最新版本的 Firefox。如果有任何问题请告诉我。

<iframe src="http://www.w3schools.com" width="100%" height="250px">
<p>Your browser does not support iframes.</p>
</iframe>

关于javascript - 网站未在 iframe 内加载,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39255674/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com