#Simple Deno Web Server演示Java和Typescript的安全运行时##安装Linux curl -fsSL https://deno.land/x/install/install.sh | sh 苹果系统 brew install deno ##运行脚本 deno run --allow-net webserver.ts