You need to do data = JSON.parse(data); before treating your data like an array. It's just a string up to that point. Update: if your data is not ...
確定! 回上一頁