prototype __proto__

vue用得飛起,js根基仍是要打牢vue

prototype是函數纔有的屬性函數

__proto__是對象都有的屬性(除了Object) //Object.__proto__    返回f(){[native code]}  一切的來源spa

查看Vue實例 : prototype

Vue.constructor.prototype 就能查看vue實例上的全部內容     或者 Vue.__proto__    code

即: Vue.constructor.prototype ===Vue.__proto__對象

相關文章
相關標籤/搜索