es6继承
摘要:
class father{ constructor(x,y){ this.x=x; this.y=y; } ddd(){}}class son extends father{ constructor(x,y,z){ super(x,y); this.z=z; } ggg(){}}var r=new 阅读全文
posted @ 2018-10-30 17:02 偏灬爱 阅读(95) 评论(0) 推荐(0) 编辑
posted @ 2018-10-30 17:02 偏灬爱 阅读(95) 评论(0) 推荐(0) 编辑
posted @ 2018-10-30 16:36 偏灬爱 阅读(107) 评论(0) 推荐(0) 编辑
posted @ 2018-10-30 13:04 偏灬爱 阅读(166) 评论(0) 推荐(0) 编辑