安装

  1. npm i lodash

使用

  1. //导入
  2. import _ from "lodash"
  3. // 将obj进行深拷贝,并返回一个新的对象
  4. const newObj = _.cloneDeep(obj)