Deno官网:deno.land 安装 brew install deno (太慢,而且不是最新版本) curl -fsSL https://x.deno.js.cn/install.sh | sh (镜像安装) curl -fsSL https://x.deno.js.cn/install.sh | sh -s v1.1.0 (镜像安装 + 指定版本)