初衷:书写的意义在于每次创建项目都要自己百度一些方法然后封装成common去引用,非常麻烦,因此打算开发一个大家都常用的方法,供大家使用。
使用对象:VUE
仓库:
分支:
- develop 开发分支
- master 发布分支
- fix 修复分支
npm install rjnetwork-common
import rjnetCommon from "rjnetwork-common"
- rjnetCommon.rjStr 字符串处理类
- rjnetCommon.rjarrays 数组处理类
- rjnetCommon.rjTree 树形结构处理类
- rjnetCommon.rjStr.str.isNull 判断传递的值是否为null或者为'null'
- rjnetCommon.rjStr.str.isUndefined 判断传递的值是否为未定义
- rjnetCommon.rjStr.str.isNullOrUndefined 判断传递的值是否为未定义或者为空
- rjnetCommon.rjStr.str.GetQueryString 从url中获取指定参数
- rjnetCommon.rjarrays.del 数组删除某一个值
- rjnetCommon.rjarrays.getObjectByArrObj 根据某一个字段查找数组中的某一个对象
- rjnetCommon.rjTree.tree.deepQuery 递归查找树形结构中的某一个对象
- rjnetCommon.rjTree.tree.getParentFields 根据树形结构查找当前元素的所有父元素包含它自己
- rjnetCommon.rjTree.tree.treeToList 将树形结构转换为list结构
email: huzhenjie@rjnetwork.net.cn 微信公众号:苦逼程序猿