...的担当机制它没有"子类"和"父类"的观点,也没有"类"(class)和"实例"(instance)的区别,全靠一种很独特的"原形链"(prototype chain)模式,来实现担当
基于16个网页-相关网页
The prototype chain does not provide any protection in that same sense.
原型链不在同一意义上提供任何保护。
Therefore, the prototype chain can be used to implement inheritance, as you'll see later.
因此,该原型链可用于实现继承(在后面讨论)。
Returns a Boolean value indicating whether an object exists in the prototype chain of another object.
返回一个布尔值,该值指示对象是否存在于另一个对象的原型链中。
应用推荐