ES2017 introduces a new method called Object.values() that allows you to return an array of own enumerable property's values of an object. The following shows ...
確定! 回上一頁