发布于 5年前 Deno 将文件内容打印到控制台(标准输出) const file = await Deno.open("./test.ts") await Deno.copy(Deno.stdout, file)