IOS微信内置浏览器的frameset问题

frameset默认显示一屏,但是IOS微信内置浏览器中的frameset的高度随内容多少而变化(至少一屏)

附:


" name="title" scrolling="no" noresize="noresize" id="title">

" name="select" scrolling="auto" noresize="noresize" id="select"/>
" name="display" scrolling="auto" noresize="noresize" id="display"/>

" name="bottom" scrolling="no" noresize="noresize" id="bottom">

_Q:问题集中在rows = * 的frameset,根据内容多少而改变了高度,而非在该frame中出现滚动条。

我的期望:rows = * 的frameset也是固定的高度,如果内容过多,则出现滚动条

https://segmentfault.com/q/1010000002493388

http://www.imooc.com/qadetail/65137