摘要: TS初体验 1.安装 npm i typescript -g 3.使用 function test (a: number,b:number): number{return a +b} 2.全局会提供一个tsc命令使用 tsc index.ts TS配置文件 1.创建配置文件 tsc --init 2 阅读全文
posted @ 2019-11-22 15:21 lok660 阅读(104) 评论(0) 推荐(0)