判断 iframe 是否加载完毕 方法、jQuery load()var frm = document.getElementById('myiframe');$(frm).load(function(){ // 等iframe加载完毕dosomething();});