gpt4 book ai didi

javascript - PHP + Javascript 如何正确放置 iframe

转载 作者:行者123 更新时间:2023-11-27 23:10:21 25 4
gpt4 key购买 nike

如何在 PHP 中使用 javascript 正确放置 iframe?我尝试了下面的代码,但我只收到空的 iframe。

<html>
<head>
</head>
<body>
<?php
echo '<script type="text/javascript">
i = document.createElement("iframe");
i.setAttribute("src", "http://google.com");
document.body.appendChild(i);
</script>';
?>
</body>
</html>

最佳答案

实际上您的代码工作正常,不需要额外的更改。

唯一的问题是 google.com 不允许您在 iframe 上调用它。尝试一下您的域名,它肯定会起作用。

关于javascript - PHP + Javascript 如何正确放置 iframe,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36234308/

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