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

iframe无边框、无滚动条

程序员文章站 2022-04-18 18:31:02
...
<iframe
    src="http://www.baidu.com"
    width="100%"
    height="100%"
    frameborder="no"
    border="0"
    marginwidth="0"
    marginheight="0"
    scrolling="no"
    allowtransparency="yes">
</iframe>