摘要:
1、自建ifr.js function iFrameHeight() { var ifm= document.getElementById("iframepage"); var subWeb = document.frames ? document.frames["iframepage"].document : ifm.contentDocument; if(ifm != null && subWeb != null) { ifm.height = subWeb.body.scrollHeight; } } 2、引用ifr.js;调用如下 阅读全文
浙公网安备 33010602011771号