zerowhk

Results 1 comments of zerowhk

```javascript const convert = (list, root = 0) => { let maping = {}; for (let item of list) { let children = item; if (maping[item.id] ) { // 补全信息...