javaScript的原型對象及原型鏈

轉至:http://www.javashuo.com/article/p-fqugfvmg-ct.html 一、prototype和__proto__的區別 var a = {}; console.log(a.prototype); //undefined console.log(a.__proto__); //Object {} var b = function(){} console.l
相關文章
相關標籤/搜索