摘要: 1 const fs = require("fs") 2 //判断是否是文件还是文件夹 3 fs.stat("../node_modules",(err, stats) => { 4 if (err){ 5 console.log(err) 6 } 7 console.log(`是文件:${stat 阅读全文
posted @ 2021-02-16 15:11 熊灬火火 阅读(151) 评论(0) 推荐(0)