同步读取文件. Deno.readFileSync(string: filePath) ; 异步读取文件. Deno.readFile(string: filePath):Promise<Uint8Array> ; 同步写文件.
確定! 回上一頁