javascript foreach object keys ... You can get the value by calling the key on the object with "[]" for(let key in obj) { console.log(key); ...
確定! 回上一頁