這是一個json,我有,是有效的,但由於某種原因,如果我訪問這個query.pages.length
是「未定義」...我怎麼知道pages
的兒童的數字呢?他們是小孩嗎?在這個例子中訪問JSON數據的問題
{
"query-continue":{
"allpages":{
"gapfrom":"Tron (film)"
}
},
"query":{
"pages":{
"174059":{
"pageid":174059,
"ns":0,
"title":"Tron"
},
"29799461":{
"pageid":29799461,
"ns":0,
"title":"Tron: Betrayal"
},
"2424602":{
"pageid":2424602,
"ns":0,
"title":"Tron: Deadly Discs"
},
"25415189":{
"pageid":25415189,
"ns":0,
"title":"Tron: Evolution"
},
"29958517":{
"pageid":29958517,
"ns":0,
"title":"Tron: Evolution - Battle Grids"
},
"22547607":{
"pageid":22547607,
"ns":0,
"title":"Tron: Legacy"
},
"29541046":{
"pageid":29541046,
"ns":0,
"title":"Tron: Legacy (soundtrack)"
},
"11825742":{
"pageid":11825742,
"ns":0,
"title":"Tron: Solar Sailer"
},
"8005401":{
"pageid":8005401,
"ns":0,
"title":"Tron: The Ghost in the Machine"
},
"29487895":{
"pageid":29487895,
"ns":0,
"title":"Tron: Uprising"
}
}
}
}
它產生`10`。 `netData`是你的JSON對象。 – 2011-01-30 06:45:53