我有一个看起来像的 json 数组,
0: {NodeID:1, Node_Location:30,0,60,30, Node_CurrentURL:http://google.com, Node_Title:google,Node_Amount: 10}
1: {NodeID:2, Node_Location:90,90,160,30, Node_CurrentURL:http://gmail.com, Node_Title:gmail,Node_Amount: 30}
2: {NodeID:3, Node_Location:180,160,260,30, Node_CurrentURL:http://asp.net, Node_Title:asp,Node_Amount: 40}
我的 json 数组是从 webapi 接收的,并希望在客户端显示。
我如何通过知道 NodeID 来检索 Node_Amount?请帮帮我,谢谢。