import { readdir, readFile } from 'async-fs-wrapper'; const fileContents = await readFile('./path/to/file.txt', { encoding: 'utf8' }) ...
確定! 回上一頁