step8-tree.html
来自「ajax快速入门,主要讲解原理与部门实现」· HTML 代码 · 共 29 行
HTML
29 行
<html>
<script type="text/javascript" src="xhr.js"></script>
<script type="text/javascript" src="xpath.js"></script>
<script type="text/javascript" src="opml.js"></script>
<script type="text/javascript" src="rss.js"></script>
<script type="text/javascript" src="show.js"></script>
<script type="text/javascript" src="util.js"></script>
<script type="text/javascript" src="main.js"></script>
<body leftmargin="5" topmargin="5" onload="initVar();loadOPML();">
<a href="#" onclick="addBlogURL();"><font size="2px" color="#000000" face="Verdana"><b>Add</b></font></a> <a href="#" onclick="refresh()"><font size="2px" color="#000000" face="Verdana"><b>Refresh</b></font></a><br>
<table border="0" width="260">
<tr>
<td width="20"><img src="list.gif"></td>
<td colspan="2"><a href="#" onclick="showAllBlogItem();"><font size="2px" color="#666666" face="Verdana"><i><div id="count">Feeds Count...</div></i></font></a></td>
</tr>
</table>
<div id="itemlist">
<table border="0" width="260">
<tr>
<td width="20"> </td>
<td width="24"><img src="blog.gif"></td>
<td>Loading...</td>
</tr>
</table>
</div>
<div id="log">
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?