摘要: fs文件模块 文件读写 其他功能 扩展介绍 文件读写 其他功能 扩展介绍 // I or O?// I input 计算机来说,就是输入// O output 计算机来说 ,展现/写入数据就是输出,// fs.writeFile(path,data||string,callback); 写文件: 这 阅读全文
posted @ 2019-10-27 16:08 proper128 阅读(127) 评论(0) 推荐(0)