📄 tree.htm
字号:
<html xmlns:ehfs>
<head>
<link href="../css/control.css" rel="stylesheet" type="text/css">
<script language="javascript">
function gotoURL(){
if(window.target != "" || typeof(window.target) != "undefined"){
window.parent.frames[2].document.location = window.target;
window.target = "";
}
}
</script>
</head>
<body background="images/treeBg.jpg">
<ehfs:tree id="MyTree" init="0" left="0" top="0" hasCheckBox="no" borderWeight="0" width="200" height="500" xmlSource="../xml/tree.xml" onGotoclick="gotoURL()"></ehfs:tree>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -