摘要: interface Radio { switchRadio(trigger: boolean): void } class Car implements Radio { //继承一个接口 switchRadio(){} } class Car1 implements Radio,Batattery 阅读全文
posted @ 2021-10-18 09:05 JaydenQiu 阅读(41) 评论(0) 推荐(0)