/** * 深拷贝防止对象指向覆盖 * @param data(深拷贝的数组对象) * @returns {Array} */ function deepClone(data){ 文章来源: 深拷贝(数组对象JQ方法) 标签 拷贝 数组