模块的简单分类可分为三类:
第一类分别为:核心模块:http.fs.path....
第二类分别为:文件模块:var (util)=require('.util.js')
第三方类分别为:其他模块:var promise=require('bluebird')