In ES2017: Copy const obj = { a: 1, b: 2 } Object.entries(obj).map(([key, value]) => /* do what you want */). ES2015: Copy
確定! 回上一頁