摘要: Class constructor() 实例对象 表达式 提升 私有方法和私有属性 this name属性 取值函数和存值函数 Generator方法 静态方法 静态属性和实例属性 new.target属性 class Point { constructor(x, y) { this.x = x; 阅读全文
posted @ 2018-12-01 11:35 依旧那片天 阅读(195) 评论(0) 推荐(0) 编辑