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

📄 tree2.xml

📁 动态树型菜单列表,通过xml,xloadtree111.zip
💻 XML
字号:
<?xml version="1.0"?>

<tree>
	<tree text="Loaded File 2 Item 1" action="javascript:alert(1)" />
	<tree text="Loaded File 2 Item 2" action="javascript:alert(2)">
		<tree text="Loaded File 2 Item 2.1" action="javascript:alert(2.1)" />
		<tree text="Loaded File 2 Item 2.2 (LOOP)" src="tree1.xml" action="javascript:alert(2.1)" />
	</tree>
	<tree text="Loaded File 2 Item 3" action="javascript:alert(3)" />
</tree>

⌨️ 快捷键说明

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