Iframe自适应高度兼容ie,firefox多浏览器
复制代码 代码如下:<scripttype="text/javascript"> functionSetCwinHeight(){ varbobo=document.getElementById("bobo");//iframeid if(document.getElementById){ if(bobo&&!window.opera){ if(bobo.contentDocument&&bobo.contentDocument.body.of...