You can loop over the Array like this: for(let i = 0; i < json.length; i++) { let obj = json[i]; console.log(obj.id); }.
確定! 回上一頁