gpt4 book ai didi

javascript - 在 Iframe 加载中读取 Iframe 内容

转载 作者:太空狗 更新时间:2023-10-29 14:41:38 26 4
gpt4 key购买 nike

我只是想学习如何在 iframe 的 onLoad 事件中读取 iframe 内容并将其内容写入主页?谢谢..

最佳答案

您可以在父页面中使用这个 jquery 函数,它还支持许多其他函数来添加和删除内容:

<script type="text/javascript">
function myFunction() {
var $currIFrame = $('#Frame1');
$currIFrame.contents().find("body #idofElement").val('Value i want to set');
}
</script>

在上面的代码中:#idofElement 是 iframe 中您要设置其值的 HTML 页面的元素。我希望它能帮助你..

关于javascript - 在 Iframe 加载中读取 Iframe 内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1229365/

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