首页 > 代码库 > iframe页面刷新

iframe页面刷新


//方法1

document.getElementById(‘FrameID‘).contentWindow.location.reload(true);


//方法2
document.getElementById(‘youriframe‘).src=http://www.mamicode.com/src;

iframe页面刷新