
您可以这样使用
$.each():
$.each(data, function(i, obj) { //use obj.id and obj.name here, for example: alert(obj.name);});欢迎分享,转载请注明来源:内存溢出

您可以这样使用
$.each():
$.each(data, function(i, obj) { //use obj.id and obj.name here, for example: alert(obj.name);});欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)