包含数组、字符串、对象、文件、函数、订阅发布、eventBus、Promise\表单、网络请求等常用小工具----
安装方式:npm i xcustom-tools -S
引入方式:<script src="./node_modules/xcustom-tools/dist/xcustom-tools.js"></script>
默认暴露的对象:xUtils 模块化引入:import xUtils from 'xcustom-tools'
使用方式:例如数组的扁平化工具 xUtils.flatten([1,2,3,4,5,6]) 已定义类型声明文件,可以自动提示包含的工具方法