Object.keys与Object.hasOwnProperty的使用
摘要:
1. Object.hasOwnProperty()的使用 hasOwnProperty() 方法会返回一个布尔值,指示对象自身属性 (忽略原型链) 中是否具有指定的属性 语法: obj.hasOwnProperty(prop) 参数prop: 要检测的属性的 String 字符串形式表示的名称,或 阅读全文
posted @ 2021-09-07 15:31 龙猫不热 阅读(468) 评论(0) 推荐(0) 编辑