<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中我看到三个帧,并且在第二帧中再创建三个帧。
有人可以解释为什么铬有变化以及如何克服它。