iframe 加载完之后会在原尺寸基础上增加4像素(因此我用以下方法处理):
<iframe
frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no" onload="changeFrameHeight()" >
</iframe>
iframe 加载完之后会在原尺寸基础上增加4像素(因此我用以下方法处理):
<iframe
frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no" onload="changeFrameHeight()" >
</iframe>
相关文章: