🟡Node文件读写(fs模块) 本文最后更新于:2024年4月25日 上午 导入fs 1const fs = require('fs') 读取 1const text = fs.readFileSync('./hello.txt', 'utf-8') 使用相对目录时根目录是入口文件的目录 Node.js #Node.js 🟡Node文件读写(fs模块) https://qingshaner.com/NodeJs文件读写-fs模块/ 作者 清山 发布于 2022年3月17日 许可协议 🟡ToDoList 上一篇 Nodejs-Express 下一篇 Please enable JavaScript to view the comments