$.ajax({ ? ?type: "post", ? ?async: true, ? ?url: "/abc.do", ? ?data: {}, ? ?dataType: "json", ? ?success: function (result) {? ? ? ?console.log(result) ? ?}});后臺(tái)返回的數(shù)據(jù)是: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
ajax返回object
_天蝎座的你_0
2017-07-21 17:28:00