HTTP and WebSocket application request routing
鼎信前端工具类
for b9.5.1
Utility class
javascript tools
前端公用方法集合,持续更新.....
utils
``` npm i -S meix-utils import utils from 'meix-utils' console.log(utils.arrJudge(['1','2'])) ```
备注:目前数组相关工具类只支持一维数组 |方法名|作用|参数|返回值|版本| |--|--|--|--|--| |arrJudge|判断是否是数组|Boolean 值|arr|1.2.0| |arrRemoveRepeat|移除数组中重复的项|arr|Array,处理的数组值|1.2.0| |arrOrderAscend|数组排序|arr|Array,处理的数组值|1.2.0| |arrMax|数组中最大值|arr|Array,处理的数组值|1.2.0| |arrSum|数组求和|arr|Array,
鼎信前端工具类
``` npm i -S fcbox-goldeneye-utils import utils from 'fcbox-goldeneye-utils' console.log(utils.arrJudge(['1','2'])) ```