JavaScript Object.assign() copies enumerable and own properties from a source object to a target object. It can be used to clone an object or merge objects.
確定! 回上一頁