If you are using Javascript ES6 try this native method for cloning or shallow copy. Object.assign({}, obj);.
確定! 回上一頁