请问怎么获取hourly下每个数据的内容,试过hourly[0,1,2,3]好像不行,不知道咋写了
for(var i in hourly){
var tmp = hourly[i];
console.log(tmp.text)
}
hourly是个数组,hourly[0]没错啊,循环数组