请问下面数组如何根据id进行排序。let data = [
{ a:12, b:[
{id: 3}
]
},
{ a:12, b:[
{id: 1}
]
},
{ a:12, b:[
{id: 2}
]
},
];
添加回答
举报
0/150
提交
取消