kjs-utils
v1.0.8
Published
前端常用工具函数学习封装
Downloads
18
Maintainers
Readme
常用js函数封装
修改this相关
- call--call.js
- apply--apply.js
- bind--bind.js
数组相关
- concat数组连接
- chuank数组分块
- map,reduce,filter,find,findIndex,every,some数组相关api--decleares.js
- slice数组切片
- unique数组去重
函数防抖、节流
- throttle.js 防抖节流
对象相关api
- clone.js 深拷贝,
- 自定义new
- 自定义instanceof
自定义axios
- get请求
- post请求
- put请求
- delete请求
- 直接axios()函数方式调用