吴超啊

https://github.com/powerfuldata

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2021年2月24日

摘要: TypeScript是如何实现继承的 在ts中写使用extends继承 class Animal { static cell: string = '多细胞';// 静态属性 hand: number = 2;// 变量 constructor(hand: number){ this.hand = h 阅读全文
posted @ 2021-02-24 16:22 吴超啊 阅读(422) 评论(0) 推荐(0)