程序代码 判断 iframe 是否加载完成的完美方法 var iframe = document.createElement("iframe"); iframe.src = "http://www.planabc.net"; if (iframe.att... 10月21日评论 阅读全文