码迷,mamicode.com
首页 > 其他好文 > 详细

hasOwnProperty()方法

时间:2020-03-21 21:32:51      阅读:61      评论:0      收藏:0      [点我收藏+]

标签:property   man   style   rop   code   col   head   prope   span   

hasOwnProperty()方法可以检测对象是否有某个属性

var man = {
    legs:2,
    hands:2,
    heads:1
}

man.hasOwnProperty("heads") //true

hasOwnProperty()不能检测原型链上的属性

hasOwnProperty()方法

标签:property   man   style   rop   code   col   head   prope   span   

原文地址:https://www.cnblogs.com/yanl55555/p/12541919.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!