会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Loading
juxiu
博客的子标题
管理
2018年5月9日
ES6 class继承
摘要: ES6 class继承 class类的继承 class可以通过extends关键字实现继承,这笔ES5的通过修改原型连实现继承要清晰和方便很多。 class Point{ } class ColorPoint extends Point{ } 上面代码定义了一个ColorPoint类,该类通过ext
阅读全文
posted @ 2018-05-09 09:09 算了个球
阅读(140)
评论(0)
推荐(0)
编辑