var c = self.threeData1;
var threeData2 = c.concat();
threeData2.forEach(function(iten){
iten.price = "---"
})
console.log("c",c)
console.log("threeData2",threeData2)
因为对象赋值,他们指向的是同一个应用,所以会改变。