visitor.htm
来自「学ASP必看的100个小例子。觉得不错」· HTM 代码 · 共 16 行
HTM
16 行
<html>
<head>
<title>BBS论坛</title>
</head>
<frameset fameborder=0 boder=0 framespacing=0 framborder=0 rows="100,*">
<frame src="visitortop.asp" name=header target=main scrolling=no marginwidth=0 marginheight=0>
<frame src=showlist.asp name=main>
<noframes>
<p>This page uses frames,but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?