以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  [求助]如何判断目录树节点没有子节点  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=118997)

--  作者:dxjwlf
--  发布时间:2018/5/15 18:06:00
--  [求助]如何判断目录树节点没有子节点
如何判断目录树节点没有子节点
--  作者:有点甜
--  发布时间:2018/5/15 18:59:00
--  

If e.Node.Nodes.Count = 0 Then

    msgbox("没有子节点")

End If