step6.html

来自「ajax快速入门,主要讲解原理与部门实现」· HTML 代码 · 共 9 行

HTML
9
字号
<html>
<head>
<title>AJAX's RSS Reader</title>
</head>
<frameset name="frameset" cols="280,*" framespacing="3" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" border="1" bordercolor="#ffffff">
  <frame src="step6-tree.html" name="treeframe" topmargin="0" leftmargin="10" marginheight="0" marginwidth="10" frameborder="0" border="0" scrolling="yes">
  <frame src="step6-base.html" name="baseframe" scrolling="yes">
</frameset>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?