发布于 4年前

Deno 将文件内容打印到控制台(标准输出)

const file = await Deno.open("./test.ts")
await Deno.copy(Deno.stdout, file)
©2020 edoou.com   京ICP备16001874号-3