判斷一個對象中是否有指定屬性

判斷一個對象中是否有指定屬性

1 hasOwnPropertyhtml

var a  = {b:1}
a.hasOwnProperty('b')
true
a.hasOwnProperty('c')
false

  2 inpost

 

原連接: https://www.cnblogs.com/guozongzhang/p/10823806.htmlhtm

相關文章
相關標籤/搜索