摘要: 访问类型有 private, protected, public class Person { name: string; public sayHi() { console.log(this.name); // 类内调用 } } class Teacher extends Person{ publi 阅读全文
posted @ 2020-06-03 06:55 wzndkj 阅读(565) 评论(0) 推荐(0)