js树形结构如何从最深层往上匹配一、树结构定义一颗树,JS中常见的树形数据结构如下,children属性对应的是子树let tree = [{id: '1',name: '节点1',children: [{id: '2023-04-17JavaScript270