iframe 的 onloand事件 根据游览器属性添加下面 bHeight dHeight
var iframe = document.getElementById("lfIframe");
var bHeight = iframe.contentWindow.document.documentElement.scrollHeight;
var dHeight = iframe.contentWindow.document.body.scrollHeight;
iframe.height =bHeight or iframeheight= dHeight