arguments.callee);//这里是回调函数}});其他浏览器:Firefox,Opera,chrome等在其他非IE的浏览器上 Firefox,Opera,chrome等 iframe 都会拥有一个...load", function(){//代码能执行到这里说明已经载入成功完毕了this.removeEventListener( "load", arguments.call, false);//这里是回调函数...", arguments.callee);//这里是回调函数}});}else{iframe.addEventListener("load", function() {//代码能执行到这里说明已经载入成功完毕了...this.removeEventListener("load", arguments.call, false);//这里是回调函数}, false);}需要注意的是:上面的函数必须放在 iframe 被...appendChild到body后,否则无法被触发。