}AsyncCatcher.enabled =false; }
import * as _ from 'lodash'import* as _s from 'underscore'//数组去重对比_.uniq([1,1,3])//=> [1,3]_s.uniq([1, 2, 1, 4, 1, 3]);=> [1, 2, 4, 3] 二、async、md5及moment 分别是:异步请求、加密、日期转换 实例: import * as _async from 'async'import* as _moment from...