hasOwnProperty()方法与in操作符

1、hasOwnProperty()

该方法检测属性存在于实例,还是存在于原型,对于存在于实例中的属性则返回true

2、in

使用该操作符时只要通过对象能够访问到的属性都会返回true

 

posted @ 2017-07-06 14:26  慵懒的小猪  阅读(194)  评论(0编辑  收藏  举报