对象属性遍历是,enumerable 这个是什么呀
遍历简单点说就是把值一个个取出来。
enumerable(可枚举性),如果一个属性的enumerable为false,下面三个操作不会取到该属性值。* for..in循环* Object.keys方法* JSON.stringify方法