摘要:
// 文件路径:file-remove.js /** * NodeJs 递归删除目录中的指定文件 * 功能:递归所有子目录,删除指定文件名的文件 * 使用:node file-remove.js * 扩展包:无 */ // 引用 fs 文件系统模块 const NmFs = require('fs' 阅读全文
posted @ 2021-02-27 11:06
sochishun
阅读(739)
评论(0)
推荐(0)
浙公网安备 33010602011771号