2016年12月15日

es6学习笔记

摘要: class Point { constructor(x, y) { this.x = x; this.y = y; } static classMethod() { console.log('fathor jt:hello'); } } class ColorPoint extends Point 阅读全文

posted @ 2016-12-15 13:07 飞旋的留恋-ing 阅读(96) 评论(0) 推荐(0)

导航