nodejs获取文件夹下所有文件function findSync(startPath) { let result=[] function finder(path) { let files=fs.readdirSync(path2023-04-12JavaScript170