javascript對象中的constructor,prototype和__proto__

文章轉自:http://www.cnblogs.com/winderby/articles/4039816.html 1.constructor  constructor是構造函數的原型的一個屬性,他指向這個對象的構造函數。 function Tree(name) { this.name = name; } var theTree = new Tree('Redwood'); console.
相關文章
相關標籤/搜索