JS原型+原型鏈

前言 值類型:undefined, number, string, boolean 引用類型:object、array、function 一切(引用類型)都是對象,對象是屬性的集合 prototype原型 每個函數都有一個屬性prototype prototype的屬性值是一個對象 prototype所指對象默認有一個constructor屬性 而constructor屬性又指向其本身 隱式原型
相關文章
相關標籤/搜索