import { readFileSync } from "fs"; let text = readFileSync("my_file.txt", "utf-8"); console.log(text);. Find out more about this API in the File System ...
確定! 回上一頁