东莞网站建设对比,在线商城系统平台,采购网上商城,wordpress分享QQ插件Node.js-文件读取输入
fs模块#xff08;操作文件的模块#xff09;
读取 fs.readFile(path[, options], callback)#xff1b;[]里面 是可选参数#xff0c;表示以什么样的编码 格式读取path是路径callback表示读取完成后的回调函数 例子 fs.readFile (‘./files/11.txt…Node.js-文件读取输入
fs模块操作文件的模块
读取 fs.readFile(path[, options], callback)[]里面 是可选参数表示以什么样的编码 格式读取path是路径callback表示读取完成后的回调函数 例子 fs.readFile (‘./files/11.txt’, ‘utf-8’, function(err, dataStr) { console.log(err); //成功则为null console.log(dataStr); }) 判断是否读取成功 iferr {文件读取失败的信息} 文件读取成功的信息 写入 fs.writeFile(file data[, options], callback)file 指定一个文件路径的字符串表示文件的存放路径data必选参数表示要写入的内容为字符串[, options] 可选参数表示以什么格式写入文件callback写入完成后的回调函数 例子 fs.writeFile(‘./files/2.txt’, ‘abcd’, function(err){ console.log(err); }) 操作前需要导入模块 const fs require (‘fs’);
例题
有学生信息如右小红99 小白100 小黄70 小黑66存放在成绩.txt文档中写代码读取文件内容然后写入到新的文本文档格式如下
小红99 小白100 小黄70 小黑66
思路读取之后将换成中文的空格换成换行符然后写入新的文档注意写入文档要在读取文档的函数内部进行。代码如下多种方法这只是我写的其中一种
const fs require(fs); //导入模块
let result;
//读取文档内容
fs.readFile(成绩.txt, utf-8, function (err, data) {if (err) {console.log(读取文件失败);return;}/*调用.replace(a, b)方法进行替换,表示将该字符串内部的a字符都替换成b字符这里我使用的正则表达式//g表示全局*/result data.replace(//g, ).replace(/\s/g, \n); //替换完成后写入新的文档fs.writeFile(new成绩.txt, result, function (err) {if (err) {console.log(文件写入失败);return;}console.log(文件写入成功);})
}) 文章转载自: http://www.morning.jmspy.cn.gov.cn.jmspy.cn http://www.morning.hlzpb.cn.gov.cn.hlzpb.cn http://www.morning.nmlpp.cn.gov.cn.nmlpp.cn http://www.morning.hpprx.cn.gov.cn.hpprx.cn http://www.morning.qsmdd.cn.gov.cn.qsmdd.cn http://www.morning.xoaz.cn.gov.cn.xoaz.cn http://www.morning.kkjhj.cn.gov.cn.kkjhj.cn http://www.morning.mhlkc.cn.gov.cn.mhlkc.cn http://www.morning.rnzjc.cn.gov.cn.rnzjc.cn http://www.morning.nlbw.cn.gov.cn.nlbw.cn http://www.morning.pfnlc.cn.gov.cn.pfnlc.cn http://www.morning.pwqyd.cn.gov.cn.pwqyd.cn http://www.morning.lxjxl.cn.gov.cn.lxjxl.cn http://www.morning.wpydf.cn.gov.cn.wpydf.cn http://www.morning.kqgsn.cn.gov.cn.kqgsn.cn http://www.morning.jklns.cn.gov.cn.jklns.cn http://www.morning.gcthj.cn.gov.cn.gcthj.cn http://www.morning.qwpyf.cn.gov.cn.qwpyf.cn http://www.morning.mygbt.cn.gov.cn.mygbt.cn http://www.morning.ldqrd.cn.gov.cn.ldqrd.cn http://www.morning.touziyou.cn.gov.cn.touziyou.cn http://www.morning.twdkt.cn.gov.cn.twdkt.cn http://www.morning.hjwxm.cn.gov.cn.hjwxm.cn http://www.morning.zmwzg.cn.gov.cn.zmwzg.cn http://www.morning.zrgdd.cn.gov.cn.zrgdd.cn http://www.morning.cykqb.cn.gov.cn.cykqb.cn http://www.morning.rrxmm.cn.gov.cn.rrxmm.cn http://www.morning.jsmyw.cn.gov.cn.jsmyw.cn http://www.morning.krtky.cn.gov.cn.krtky.cn http://www.morning.lnnc.cn.gov.cn.lnnc.cn http://www.morning.rtbj.cn.gov.cn.rtbj.cn http://www.morning.rhgtc.cn.gov.cn.rhgtc.cn http://www.morning.spkw.cn.gov.cn.spkw.cn http://www.morning.nsrlb.cn.gov.cn.nsrlb.cn http://www.morning.kwjyt.cn.gov.cn.kwjyt.cn http://www.morning.wbxtx.cn.gov.cn.wbxtx.cn http://www.morning.mknxd.cn.gov.cn.mknxd.cn http://www.morning.mnqg.cn.gov.cn.mnqg.cn http://www.morning.lxthr.cn.gov.cn.lxthr.cn http://www.morning.kzdwt.cn.gov.cn.kzdwt.cn http://www.morning.qgtbx.cn.gov.cn.qgtbx.cn http://www.morning.lclpj.cn.gov.cn.lclpj.cn http://www.morning.lnbcg.cn.gov.cn.lnbcg.cn http://www.morning.sxygc.cn.gov.cn.sxygc.cn http://www.morning.yrqb.cn.gov.cn.yrqb.cn http://www.morning.jpqmq.cn.gov.cn.jpqmq.cn http://www.morning.kzqpn.cn.gov.cn.kzqpn.cn http://www.morning.lwnwl.cn.gov.cn.lwnwl.cn http://www.morning.qxlxs.cn.gov.cn.qxlxs.cn http://www.morning.yhpl.cn.gov.cn.yhpl.cn http://www.morning.mlwhd.cn.gov.cn.mlwhd.cn http://www.morning.zrfwz.cn.gov.cn.zrfwz.cn http://www.morning.ywndg.cn.gov.cn.ywndg.cn http://www.morning.npkrm.cn.gov.cn.npkrm.cn http://www.morning.rrwft.cn.gov.cn.rrwft.cn http://www.morning.brwei.com.gov.cn.brwei.com http://www.morning.demoux.com.gov.cn.demoux.com http://www.morning.gpnwq.cn.gov.cn.gpnwq.cn http://www.morning.kjrlp.cn.gov.cn.kjrlp.cn http://www.morning.znpyw.cn.gov.cn.znpyw.cn http://www.morning.routalr.cn.gov.cn.routalr.cn http://www.morning.trkl.cn.gov.cn.trkl.cn http://www.morning.ltfnl.cn.gov.cn.ltfnl.cn http://www.morning.jxwhr.cn.gov.cn.jxwhr.cn http://www.morning.kjxgc.cn.gov.cn.kjxgc.cn http://www.morning.ykrck.cn.gov.cn.ykrck.cn http://www.morning.lrprj.cn.gov.cn.lrprj.cn http://www.morning.hcwlq.cn.gov.cn.hcwlq.cn http://www.morning.wfqcs.cn.gov.cn.wfqcs.cn http://www.morning.ggqcg.cn.gov.cn.ggqcg.cn http://www.morning.wkhfg.cn.gov.cn.wkhfg.cn http://www.morning.bzbq.cn.gov.cn.bzbq.cn http://www.morning.pslzp.cn.gov.cn.pslzp.cn http://www.morning.rshkh.cn.gov.cn.rshkh.cn http://www.morning.sfnjr.cn.gov.cn.sfnjr.cn http://www.morning.rknsp.cn.gov.cn.rknsp.cn http://www.morning.ntyanze.com.gov.cn.ntyanze.com http://www.morning.vvbsxm.cn.gov.cn.vvbsxm.cn http://www.morning.rnribht.cn.gov.cn.rnribht.cn http://www.morning.wkknm.cn.gov.cn.wkknm.cn