彭世瑜
暂无认证
3浏览
0关注
2791博文
0收益
0浏览
0点赞
0打赏
0留言
彭世瑜 发布时间:2022-07-25 18:22:59 ,浏览量:3
Node.js删除文件
// 引入文件系统模块 const fs = require('fs'); // 删除文件 fs.unlinkSync('text.txt');
微信扫码登录