牧场首页
牧场业务
牧场博客
联系我们
JavaScript 权威指南(犀牛书) 第 9 章:类
9.1 类和原型 Classes and Prototypes
9.2 类和构造函数 Classes and Constructors
9.3 使用 class 关键字的类 Classes with the class Keyword
9.3.1 if
9.3.2 else if
9.3.3 switch
9.4 为已有类添加方法 Adding Methods to Existing Classes
9.4.1 while
9.4.2 do/while
9.4.3 for
9.4.4 for/of
9.4.5 for/in
9.5 子类 Subclasses
9.6 小结 Summary