⑥通過Object.create()實作. function deepCopy(obj) { var copy = Object.create(Object.getPrototypeOf(obj)); var propNames = Object.
確定! 回上一頁