第733天 说说你对hasOwnProperty的理解 [3+1官网](http://www.h-camel.com/index.html) [我也要出题](http://www.h-camel.com/contribution.html)
Activity
Huai-Dc commentedon Apr 19, 2021
用于判断某个属性是否是对象的自有属性,而不是通过原型链继承来的
Huai-Dc commentedon Apr 19, 2021
用于判断某个属性是否是对象的自有属性,而不是通过原型链继承来的