{
"success": true,
"errorCode": null,
"message": null,
"data": {
"related": [
{
"rname": "company2",
"rtype": 0,
"oid": "11112222"
},
{
"rname": "company3",
"rtype": 0,
"oid": "11112222"
}
]
}
}
这是我的json数据,我现在想获取related中rtype=0的对象的个数,请问用jquery怎么获取到呢?
好吧 我自己摸索出来,写一下防止以后需要,直接获取是不行的,我用each函数遍历所有值,然后利用计数器得出;