Board logo

标题: hasOwnProperty方法 [打印本页]

作者: xiexie    时间: 2020-8-2 13:49     标题: hasOwnProperty方法

语法:
obj.hasOwnProperty(prop)
hasOwnProperty()方法可以检测对象是否有某个属性
var man = {    
legs:2,    
hands:2,    
heads:1
}

man.hasOwnProperty("heads") //true
hasOwnProperty()不能检测原型链上的属性
[ 本帖最后由 xiexie 于 2020-8-2 13:50 编辑 ]




欢迎光临 PHP开发笔记 (http://phpvi.com/) Powered by Discuz! 6.1.0