【typescript】
- 【TypeScript介绍】一文带你初步了解TypeScript
- 【TypeScript基础】TypeScript之常用类型(上)
- 【TypeScript基础】TypeScript之常用类型(下)
- typescript基础数据类型
- typescript中表示同时满足两个或两个以上条件的定义,也就是&符号
- typescript类型别名、限制值的大小
- typescript使用class关键字定义一个类、static、readonly
- typescript中class的constructor(构造函数)
- typescript中class的继承(inherit)、extends
- typescript中class的继承(inherit)、extends、super