gpt4 book ai didi

javascript - 重新加载/刷新 iframe 的最佳方法是什么?

转载 作者:IT老高 更新时间:2023-10-28 13:13:29 37 4
gpt4 key购买 nike

我想重新加载 <iframe>使用 JavaScript。到目前为止,我发现的最好方法是设置 iframe 的 src属性给自己,但这不是很干净。有什么想法吗?

最佳答案

document.getElementById('some_frame_id').contentWindow.location.reload();

小心,在 Firefox 中,window.frames[] 不能按 id 索引,而是按名称或索引

关于javascript - 重新加载/刷新 iframe 的最佳方法是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/86428/

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