MDN の例を引用する。 const object1 = { a: 1, b: 2, c: 3 }; const object2 = Object.fromEntries( Object.entries(object1) .map(([ key, ...
確定! 回上一頁