该文被密码保护。 阅读全文
posted @ 2018-11-09 20:24 justSmile2 阅读(12) 评论(0) 推荐(0)
摘要: isPrototypeOf() 判断某个 proptotype 对象和某个实例之间的关系 alert(Cat.prototype.isPrototypeOf(cat1)); //true alert(Cat.prototype.isPrototypeOf(cat2)); //true hasOwnP 阅读全文
posted @ 2018-11-09 19:59 justSmile2 阅读(187) 评论(0) 推荐(0)