var ifrm = document.getElementById("Iframe_com");
        ifrm.src=url;
        ifrm.className="vis1";
        ifrm.style.height=ifrm.document.body.scrollHeight+1+"px";


又或者
function Iframe_com_onload()
        {
            document.all.Iframe_com.style.height=(Iframe_com.document.body.scrollHeight+50)+"px";
            window.scrollTo(0,0);
        }
<iframe ></iframe>

相关文章:

  • 2021-12-12
  • 2021-12-12
  • 2021-11-16
  • 2021-06-17
猜你喜欢
  • 2021-06-02
  • 2021-12-30
  • 2021-12-12
  • 2021-05-17
  • 2021-12-12
相关资源
相似解决方案