数组、对象浅拷贝实现

数组:arr.concat();

对象:JSON.parese(JSON.stringify(model));

原文地址:https://www.cnblogs.com/llmatch/p/9264015.html