iframe无边框、无滚动条

<iframe
    src="http://www.baidu.com"
    width="100%"
    height="100%"
    frameborder="no"
    border="0"
    marginwidth="0"
    marginheight="0"
    scrolling="no"
    allowtransparency="yes">
</iframe>


» 本文链接:https://blog.apires.cn/archives/2103.html
» 转载请注明来源:Java地带  » 《iframe无边框、无滚动条》

» 本文章为Java地带整理创作,欢迎转载!转载请注明本文地址,谢谢!
» 部分内容收集整理自网络,如有侵权请联系我删除!

» 订阅本站:https://blog.apires.cn/feed/

标签: HTML

评论已关闭