Deno 在其标准库中包含一个 readFileSync(filename: string): Uint8Array 函数,可在特殊的导入路径 'deno' 中使用该函数。 import {readFileSync} from 'deno'; const ...
確定! 回上一頁