<iframe src="index.html" width="100%" name="" ></iframe>


function changeFrameHeight(){
        var ifm= document.getElementById("myiframe");
        ifm.height=document.documentElement.clientHeight;
    }
    window.onresize=function(){
        changeFrameHeight();

    }

 

相关文章:

  • 2021-07-11
  • 2022-12-23
  • 2022-12-23
  • 2022-02-04
  • 2021-06-12
  • 2021-06-02
  • 2021-06-28
猜你喜欢
  • 2021-12-12
  • 2021-07-05
  • 2022-12-23
  • 2021-09-10
  • 2022-12-23
  • 2022-12-23
  • 2021-10-31
相关资源
相似解决方案