用到的 node 常见操作备忘

读写文件

fs.readFileSync(path,"utf-8") : string

读资源下所有目录

fs.readdirSync : Array

Comments
Write a Comment