var NumOfData = json.length; //取出物件長度; //繞行把資料alert出來; for (var i = 0; i < NumOfData; i++) {; alert("Name: "+data[i]["name"]); ...
確定! 回上一頁