深拷贝

108 阅读1分钟

记录一次深拷贝的实用

$scope.itemSelf = JSON.parse(JSON.stringify(obj)) 使用深拷贝解决 深拷贝.png