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