1,创建一个index文件,在其中通过script 标签引入hello.js 2,创建一个hello.ts的文件 3,在cmd中输入tsc hello.ts 4,会得到一个hello.js文件 5,运行index.html文件