2018年1月17日
摘要: var fs = require('fs'); var path = require('path');//解析需要遍历的文件夹 var filePath = path.resolve('./dist'); //调用文件遍历方法 fileDisplay(filePath); //文件遍历方法 func 阅读全文
posted @ 2018-01-17 22:29 正正果实 阅读(26494) 评论(0) 推荐(0) 编辑