摘要: 方法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 阅读(1460) 评论(0) 推荐(0)
摘要: window.parent.document.getElementsByTagName('iframe')[0].contentWindow.document.getElementById('id') 阅读全文
posted @ 2019-09-05 09:51 jasonlai2016 阅读(481) 评论(0) 推荐(0)