$.ajax({ type: "post", async: true, url: "/abc.do", data: {}, dataType: "json", success: function (result) { console.log(result) }});后台返回的数据是:object {result: Array[12]}result: Array[12]0: Object1: Object2: Object3: Object4: Object5: Object6: Object7: Object8: Object9: Object10: Object“month”: "2017-05""reward": 0"rewardFormat": "0.00"11: Object"month": "2017-06""reward": 0"rewardFormat": "0.00"length: 12__proto__: Array[0]__proto__: Object想要获取month,rewardFormat
添加回答
举报
0/150
提交
取消