node.js fs.appendFileSync方法说明
- 用法与fs.appendFile类似
- 同步操作
- 接收三个参数:
- filename(文件名)
- data(写入内容)
- options(可选,包含encoding编码)
23.35KB
文件大小:
评论区