<html>
<head>
<title>HTML的框架</title>
</head>
<meta charset="utf-8"
<frameset rows="*,*" frameborder="1" border="10" bgcolor="green">
<frame name="top" src="top.html"/>
<frame name="bottom" src="bottom.html"/>
</frameset>
</html>
怎么运行的时候,看不到两个框架之间的分割线呢
--
FROM 183.129.165.*