iframe自适应高度

<iframe id="iFrame" name="iFrame" src=http://www.6a7b.com width="100%"

onload="this.height=iFrame.document.body.scrollHeight"

marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no>
  </iframe>

加入标红的代码,iframe就可以自适应高度了.

原文地址:https://www.cnblogs.com/canwyq/p/2526821.html