java文件结构目录树_关于生成目录树结构的类

本程序有两文件test.asp 和tree.asp 还有一些图标文件

1。test.asp 调用类生成树 代码如下

tree

'========================================

' BUILDING A TREE PROGRAMATICALLY

'========================================

' This approach would be best suited for building

' dynamic trees using For..Next loops and such.

Set MyTree2 = New Tree

MyTree2.Top = 10

MyTree2.Left = 10

MyTree2.ExpandImage = "plus.gif"

MyTree2.CollapseImage = "minus.gif"

MyTree2.LeafImage = "webpage.gif"

' Notice the indentation used to reprensent the hierarchy

Set Node1 = MyTree2.CreateChild("script")

Set SubNode1 = Node1.CreateChild("server")

Set secSubNode1 = SubNode1.CreateChild("html")

secSubNode1.CreateChild "asp"

secSubNode1.CreateChild "php"

secSubNode1.CreateChild "jsp"

Set SubNode2 = Node1.CreateChild("os")

SubNode2.CreateChild "winnt"

SubNode2.CreateChild "win2000"

Set Node2 = MyTree2.CreateChild("Desktop")

Node2.CreateChild "Area Code Lookup"

Node2.CreateChild "Arin Based Whois Search"

Node2.CreateChild "World Time Zone Map"

MyTree2.Draw()

Set MyTree2 = Nothing

%>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值