<!DOCTYPE html>
<html>
<head>
<title>HTML Frames</title>
</head>
<frameset rows="0,100%" frameborder="0">
<frame name="top" src="" />
<frame name="main" src="http://www.netkiller.cn/" />
<noframes>
<body>
Your browser does not support frames.
</body>
</noframes>
</frameset>
</html>
原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。