摘要: fs.readFile('c:\\tmp\\helloworld.txt','utf8',function(err,data){console.log(data);}) var token=fs.readFileSync('c:\\tmp\\toekn.txt','utf8'); fs.wri... 阅读全文
posted @ 2014-12-05 15:43 zyip 阅读(645) 评论(0) 推荐(0)