TypeScript-03- interface,可选属性 a?,继承接口 extends,type 别名可以注解 type +& , 阿杰在学习 2024-03-26 54 阅读1分钟 接口: 接口可选属性? 继承 extends . 思考题: type 别名 注解 定义数据类型 模拟继承 对比