2023年12月11日
摘要: const fs = require("fs"); const delDir = (dir) => { if (!fs.existsSync(dir)) { throw new Error("dir does not exist!"); } const list = fs.readdirSync(d 阅读全文
posted @ 2023-12-11 13:56 laremehpe 阅读(121) 评论(0) 推荐(0) 编辑