<html>
<frameset rows="50%,50%">
<frame src="three.html"/>
<frameset cols ="50%,50%">
<frame src="one.html" />
<frame src="two.html" />
</frameset>
</frameset>
</html>
在 IE、Firefox 上,我只能看到三帧,即第一行一帧,第二行两帧,但在 chrome 中,我看到三帧,这三帧又是在第二帧中创建的。
有人可以解释一下为什么 chrome 会发生变化以及如何克服它。