Tag: prototype
All the articles with the tag "prototype".
[javascript] 函式建構(function constructor)中的原型(prototype)用法
Published: at 05:51 AM (3 min read)在 javascript 中,函式建構(function constructor)中的原型(prototype)用法,可以讓我們建立物件時,共用相同的方法。
[javascript] 原型(prototype)和原型鍊(prototype chain)
Published: at 06:20 AM (1 min read)javascript 原型(prototype)和原型鍊(prototype chain)