摘要: 写一个可以生成多层级文件夹的函数 const fs = require('fs'); const path = require('path'); function mkdirs (pathname,callback){ var root = path.dirname(module.parent.fi 阅读全文
posted @ 2017-12-22 20:23 hh9515 阅读(159) 评论(0) 推荐(0)