glob-fs node.js的文件遍历。 快速而强大的替代node-glob。 用法 var glob = require ( 'glob-fs' ) ( { gitignore : true } ) ; var files = glob . readdirSync ( '**/*.js' ) ; : 跳至文档部分: 目录 (由生成的目录) 安装 用安装 $ npm i glob-fs --save 用法 参数 所有“读取”方法均采用全局模式和options对象。 pattern {String} :用于匹配的Glob模式。 (计划多个模式支持) options {Object} : glob-fs或中间件的选项。 例子: // sync var files = glob . readdirSync ( '*.js' , { } ) ; // async glob .