js继承的实现方法?

1. 原型链

2. call()/apply()

3. 混合方式(prototype和call()/apply()结合)

4. 对象冒充

原文地址:https://www.cnblogs.com/duanzhange/p/8747081.html