npm install typescript -g
const hello =(name:string)=>{ return `hello ${name}`}hello("viking")
tsc 进行编译
京公网安备 11010502049817号