目录 1、什么是fs 2、同步和异步调用 3、文件写入 3.1 writeFile 异步写入 3.2 writeFileSync 同步写入 3.3 appendFile / appendFileSync 追加写入 3.4 ...