var array = Object.keys(obj) .map(function(key) { return obj[key]; }); console.log(array); // ["hello", ...
確定! 回上一頁