项目中常用的lodash库方法

常用的方法:

  • groupBy
  • sortBy
  • orderBy
  • uniq
  • cloneDeep
  • ceil、round、floor
  • minBy、maxBy
  • get
  • forEach
  • once
  • isNumber
  • unionBy
  • chunk
  • debounce
  • throttle
  • hasIn

具体用法如下图
项目中常用的lodash库方法_第1张图片

你可能感兴趣的:(前端)