1
2
<html>
3
<head>
4
<meta charset="utf-8">
5
<title>蜜蜂教程(mifengjc.com)</title>
6
<frameset cols="50%,50%">
7
<frame id="leftFrame" src="/examples/frame_noresize.htm">
8
<frame id="rightFrame" src="/examples/frame_a.htm">
9
</frameset>
10
</head>
11
</html>