参考https://www.w3school.com.cn/html/index.asp
垂直框架
<html>
<frameset cols="25%,50%,25%">
<frame src="http://www.w3school.com.cn/example/html/frame_a.html">
<frame src="http://www.w3school.com.cn/example/html/frame_b.html">
<frame src="http://www.w3school.com.cn/example/html/frame_c.html">
</frameset>
</html>
水平框架
<html>
<frameset rows="25%,50%,25%">
<frame src="http://www.w3school.com.cn/example/html/frame_a.html">
<frame src