摘要:
内容详见我的gitHub: https://github.com/shangyueyue/ssy-utils/tree/master/src/nodejs/fs 阅读全文
摘要:
process.cwd() 当前Node.js进程执行时的工作目录 __dirname 当前模块的目录名 const path = require('path'); console.log(__dirname) // e:\ssy-node\ssy-node-koa\src console.log( 阅读全文