var clone = JSON.parse(JSON.stringify(obj));. The only time this won't work is with objects with circular dependencies, ...
確定! 回上一頁