ts-node模块 是一个非官方的npm模块,可以直接运行JS代码。 安装: npm install -g ts-node 使用: ts-node script.ts 如果不安装ts-node,可以通过npx在线调用ts-node,运行ts脚本。 npx ts-node script.ts