TypeScript-03- interface,可选属性 a?,继承接口 extends,type 别名可以注解 type +& ,

54 阅读1分钟

接口:

image.png

image.png

接口可选属性?

image.png

继承 extends

image.png.

思考题:

image.png

image.png

type 别名 注解 定义数据类型

image.png

image.png

模拟继承 image.png

对比

image.png