⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 简单目录树.htm

📁 javascript编程的组件
💻 HTM
字号:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>简单目录树</title>
<script language="JavaScript" src="dtree.js"></script>
</head>
<body bgcolor='#E8E8E8' leftmargin=5 topmargin=0>
<nobr class='node'>
&nbsp; <a href='' onclick='b.expandAll(true);return false'>ExpandAll</a> <a href='' onclick='b.expandAll(false);return false'>CollapseAll</a></nobr>
<div class='deeptree'>
<script language="JavaScript">
<!--
var b=new tree('b','',true)
b.add(0,-1,'JScript','#')
b.add(1,0,'Object','#')
b.add(2,0,'Method','#')
b.add(3,0,'Property','#')
b.add(4,1,'Window','#')
b.add(5,2,'appendChild','#')
b.add(6,2,'click','#')
b.add(7,2,'cloneNode','#')
b.add(8,2,'getAttribute','#')
b.add(9,2,'getElementsByTagName','#')
b.add(10,2,'getElementsByName','#')
b.add(11,2,'getElementById','#')
b.add(12,2,'hasChildNodes','#')
b.add(13,2,'insertBefore','#')
b.add(14,2,'removeAttribute','#')
b.add(15,2,'removeChild','#')
b.add(16,2,'replaceChild','#')
b.add(17,2,'setAttribute','#')
b.add(18,4,'document','#')
b.add(19,18,'form','#')
b.add(20,18,'body','#')
b.add(21,19,'text','#')
b.add(22,19,'textarea','#')
b.add(23,19,'radio','#')
b.add(24,19,'checkbox','#')
b.add(25,19,'password','#')
b.add(26,19,'button','#')
b.add(27,19,'submit','#')
b.add(28,19,'reset','#')
b.add(29,19,'select','#')
b.add(30,1,'opener','#')
b.add(31,1,'parent','#')
b.add(32,1,'top','#')
b.add(33,4,'history','#')
b.add(34,4,'location','#')
b.add(35,3,'childNodes','#')
b.add(36,3,'className','#')
b.add(37,3,'dir','#')
b.add(38,3,'firstChild','#')
b.add(39,3,'lastChild','#')
b.add(40,3,'innerHTML','#')
b.add(41,3,'innerText','#')
b.add(42,3,'nextSibling','#')
b.add(43,3,'previousSibling','#')
b.add(44,3,'offsetleft','#')
b.add(45,3,'offsetTop','#')
b.add(46,3,'offsetWidth','#')
b.add(47,3,'offsetHeight','#')
b.add(48,3,'parentNode','#')
b.add(49,33,'back','#')
b.add(50,33,'go','#')
b.add(51,33,'forward','#')
b.add(52,34,'assign','#')
b.add(53,34,'reload','#')
b.add(54,34,'replace','#')
document.write(b)
//-->
</script>
</div>

⌨️ 快捷键说明

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