In your example, you have an array of objects and each of these object has exactly one property. for (let obj of arr) { console.log("object:", obj); ...
確定! 回上一頁