1. tsc xxx.ts 编译为js文件
    2. tsc xxx.ts -w 自动监视并编译文件
    3. vscode安装插件Code Runner 右键代码Run Code