JSON数据如下:
[{
id: '1',
name: 'A01001',
list:[{
list_id: '1',
total: '10'
}, {
list_id: '2',
total: '10'
}, {
list_id: '3',
total: '10'
}]
}, {
id: '2',
name: 'A01002',
list:[{
list_id: '1',
total: '10'
}]
}]
Here's an example
参考