Loading... 有些嵌套结构需要改key,懒得递归直接全局替换。 ```js const formatKey = (item) => { const str = JSON.stringify(item) const formatStr = str.replaceAll( 'childList', 'children' ) return JSON.parse( formatStr ) } ``` 最后修改:2023 年 11 月 14 日 © 允许规范转载 赞 如果觉得我的文章对你有用,请随意赞赏