var data = {
a:1,
b:2,
c:3
}
for(let item in data){
console.log(item)
==> a b c
这个能保证一直输出 a b c这个顺序吗
若 不能 有其他方式吗
白猪掌柜的
互换的青春
凤凰求蛊
相关分类