iframe重新加载

方法1:
document.getElementById('iframeId').contentWindow.location.reload(true);
方法2:
document.getElementById('iframeId').src=url;
方法3:
$("#iframeId").attr('src', url);

 

posted @ 2019-09-05 14:18  jasonlai2016  阅读(1435)  评论(0编辑  收藏  举报