返回如下json数据格式:
1: 49
2: 49
3: 49
4: 49
遍历:
success:function (jp) {
console.log(jp)
for(var key in jp){
console.log(key);//键
console.log(jp[key]);//值
}
}