const original = {one: 1, two: 2, three: 3, four: {five: 5, six: 6}, seven: [7, 8]};. let copy = Object.assign({}, original);.
確定! 回上一頁