pnodeid 相关的软件列表

首页

ASP 递归调用 已知节点查找根节点的函数

2020-02-16 标签:asp,递归,调用,已知,节点,查找,函数,实现,代码,如下,function,pnodeid,getsql,select,n,ote,id,parent

实现代码如下:Function getTreeRootId(pNodeId) getSQL = "select note_id,parent_id from [T_tree_demo] where note_id='"& pNodeId &"'" Set getRs = db.Exe