# 在 Node 中如何读取大文件的内容
Issue
欢迎在 Gtihub Issue 中回答此问题: Issue 699 (opens new window)
Author
import { createReadStream } from "fs";
const stream = createReadStream("bigfile.json");
Issue
欢迎在 Gtihub Issue 中回答此问题: Issue 699 (opens new window)
Author
import { createReadStream } from "fs";
const stream = createReadStream("bigfile.json");