js实现树形结构

上传:jike_33936 浏览: 27 推荐: 0 文件:ZIP 大小:72.15KB 上传时间:2019-03-02 04:19:19 版权申诉
js实现树形结构 function Node(id, pid, name, url, title, target, icon, iconOpen, open) { this.id = id; this.pid = pid; this.name = name; this.url = url; this.title = title; this.target = target; this.icon = icon; this.iconOpen = iconOpen; this._io = open || false; this._is = false; this._ls = fa
上传资源
用户评论