`let arr = [{
id: 1,
item: [{
id: 3,
item: []
}, {
id: 4,
}]
},
{
id: 2,
id: 5,
id: 6,
id: 7,
}
]
let thisId = 7`
我需要的是通过7找到父级6和爷爷级2,小白求指导
相关分类