标签:font cti function func 作用 分享图片 bsp alt span
rimraf
包的作用:以包的形式包装rm -rf
命令,用来删除文件和文件夹的,不管文件夹是否为空,都可删除
const rimraf = require(‘rimraf‘); rimraf(‘./test.txt‘, function (err) { // 删除当前目录下的 test.txt console.log(err);
标签:font cti function func 作用 分享图片 bsp alt span
原文地址:https://www.cnblogs.com/cisum/p/9608843.html