美文网首页
Node.js创建文件夹

Node.js创建文件夹

作者: pokeey | 来源:发表于2018-07-16 17:20 被阅读0次
    // fs.mkdir('logs', (error) => {
    //   if (error) {
    //     console.log(error);
    //   } else {
    //     console.log('ok');
    //   }
    //
    // });
    

    相关文章

      网友评论

          本文标题:Node.js创建文件夹

          本文链接:https://www.haomeiwen.com/subject/unibpftx.html