http://www.cnblogs.com/nullcnb/p/3653262.html

alert(hasPrototypeProperty(person,"name")); //false 來自原型

person1.name="mywei";
alert(hasPrototypeProperty(person,"name")); //true 來自實例
相關文章
相關標籤/搜索