var testData =
{
'10.1.181.128': [
{
'fileCount': 121,
'fileSize': 0,
'processResult': '完成',
'statItem': 'vspp'
},
{
'fileCount': 1245,
'fileSize': 0,
'processResult': '完成',
'statItem': 'vspp预处理引擎'
},
{
'fileCount': 232,
'fileSize': 0,
'processResult': '完成',
'statItem': '按键音检测引擎'
},
{
'fileCount': 23,
'fileSize': 0,
'processResult': '完成',
'statItem': '声纹识别引擎'
}
],
'10.1.181.126': [
{
'fileCount': 58,
'fileSize': 0,
'processResult': '完成',
'statItem': 'vspp'
},
{
'fileCount': 1755,
'fileSize': 0,
'processResult': '完成',
'statItem': 'vspp预处理引擎'
},
{
'fileCount': 7,
'fileSize': 0,
'processResult': '完成',
'statItem': '按键音检测引擎'
},
{
'fileCount': 7,
'fileSize': 0,
'processResult': '完成',
'statItem': '声纹识别引擎'
}
]
]
}
想要分别获取vspp等的fileCount的数组[121,58]
想要分别获取vspp预处理引擎等的fileCount的数组[XX,XX]
想要分别获取按键音检测引擎等的fileCount的数组[XX,XX]
想要分别获取声纹识别引擎等的fileCount的数组[XX,XX]