iframe标签高度内容撑开

3,760 阅读1分钟
<iframe 
    scrolling=“no”
    framebordering='0'
    src=".html"
    width="100%"
    onload="this.height=this.contentWindow.document.documentElement.scrollHeight">
 </iframe>

iframe外部标签overflow:auto