import { serve } from "https://deno.land/[email protected]/http/server.ts"; const HTML = await Deno.readFile("./index.html"); serve(async ...
確定! 回上一頁