首先你这个data是一个数组啊,你需要data[i]才能取出里边的元素,然后将元素变成json格式,可以使用evel函数,例如:var json = eval('('+data+')');然后就可以json.speed这样使用了。