level 1
zhuxiaoteng5
楼主
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>kuangjia</title>
</head>
<frameset rows="14%,86%">
<frame src="头部.html"/>
<frameset cols="12%,*">
<frame src="left.html"/>
<frame name="right" src="http://baidu.com"/>
</frameset>
</frameset>
</html>
为什么没有出现框架,求解答
2018年03月12日 05点03分
1
<html>
<head>
<meta charset="UTF-8">
<title>kuangjia</title>
</head>
<frameset rows="14%,86%">
<frame src="头部.html"/>
<frameset cols="12%,*">
<frame src="left.html"/>
<frame name="right" src="http://baidu.com"/>
</frameset>
</frameset>
</html>
为什么没有出现框架,求解答