您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

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

  2. 已知节点查找根节点的asp函数
  3. 所属分类:其它

    • 发布日期:2020-10-29
    • 文件大小:16384
    • 提供者:weixin_38576779
  1. ASP 递归调用 已知节点查找根节点的函数

  2. 代码如下:Function getTreeRootId(pNodeId) getSQL = “select note_id,parent_id from [T_tree_demo] where note_id='”& pNodeId &”‘” Set getRs = db.Execute(getSQL) If Not getRs.eof Then If Trim(getRs(“parent_id”)) = “0” Then getTreeRootId = Trim(getRs(“note_id”
  3. 所属分类:其它

    • 发布日期:2021-01-02
    • 文件大小:16384
    • 提供者:weixin_38708361