iframe页面刷新
Posted 张主任好
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iframe页面刷新相关的知识,希望对你有一定的参考价值。
//方法1
document.getElementById(‘FrameID‘).contentWindow.location.reload(true);
//方法2
document.getElementById(‘youriframe‘).src=src;
以上是关于iframe页面刷新的主要内容,如果未能解决你的问题,请参考以下文章
iframe怎么样才能不用手动刷新,就可以显示新的页面?急...