As Object.keys converts your object's keys into an array of keys, the forEach() array method can be used to iterate through the keys and values.
確定! 回上一頁