values() is like Object.keys() , except it returns an array containing all the object's values, instead of the object's keys. const obj = { ...
確定! 回上一頁