加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
fs_readFileTry.js 510 Bytes
一键复制 编辑 原始数据 按行查看 历史
xuiang 提交于 2022-08-15 00:31 . init nodeTry
/*
* @Author: xuiang 1477388171@QQ.com
* @Date: 2022-08-13 18:31:01
* @LastEditors: xuiang 1477388171@QQ.com
* @LastEditTime: 2022-08-13 19:05:30
* @FilePath: \node try\index.js
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
const fs = require('fs')
fs.readFile('./score.txt', 'utf-8', (err, data) => {
console.log(err)
console.log('-------')
console.log(data)
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化