obj.hasOwnProperty("toString")
obj.propertyisenumerable("toString")
obj展示当前对象中自己的属性
obj枚举当前对象的属性
楼上才是正解
是否自身obj的属性
是否是可枚举的属性