使用 node 写一个简单的文件读取函数,如何实现子目录文件的读取

https://img.mukewang.com/5b9e0fb90001813d05280407.jpghttps://img2.mukewang.com/5b9e0fc500011e8b04680407.jpghttps://img3.mukewang.com/5b9e0fce000124c405650249.jpg

如果直接回调 readFile 函数,会导致选中父目录与子目录中同编号的两个文件,最终使stat.isDirectory()执行失败

https://img3.mukewang.com/5b9e0fe1000189b106240449.jpghttps://img2.mukewang.com/5b9e0fec0001680707560203.jpg


子衿沉夜
浏览 711回答 1
1回答

九州编程

改这儿:let read = () => {    console.log('');     stdout.write('   \033[33mEnter your choice: \033[39m');     stdin.resume();     stdin.setEncoding('utf8');     stdin.once('data', option);//改成once};
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript