基于构造函数的五种继承方法小结 1.使用call或apply绑定构造函数 animal.apply(this.arguments)2.使用prototype属性 Cat.prototype 构造函数继承