var obj = data.rows[i]; // alert(obj.key); // alert(obj.value);
yData.push(obj.key); //动态取值 xData.push(obj.value); //动态取值 });