摘要: 判断iframe是否加载完成 document.getElementById('id').onload = function () { alert('加载完成') } 判断iframe中的body是否为空 if(window.frames[‘id'].contentWindow.document.b 阅读全文
posted @ 2020-12-17 14:41 星宝攸宁 阅读(956) 评论(0) 推荐(0)