欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  web前端

Iframe自适应高宽_html/css_WEB-ITnose

程序员文章站 2022-04-14 16:18:27
...
很简短的代码:```        var ifm= document.getElementById("iframe_userCenter");	ifm.height=document.documentElement.clientHeight;	ifm.width=document.documentElement.clientWidth;```
相关标签: Iframe自适应高宽