摘要: TypeScript 微软开发,js 的超集,添加了静态类型和基于类的面向对象编程 npm install - g typescript // 安装TS tsc helloworld.ts // 会把ts文件编译成js文件 基础类型 let myFlag: boolean = false // bo 阅读全文
posted @ 2020-08-14 00:12 把我当做一棵树叭 阅读(200) 评论(0) 推荐(0)