var array={name:11111,age:18,xing:"男"} for(index,xd in array){ // console.log(array[index]) console.log(index) }
报错左侧无效,我想知道正确写法?
UYOU
相关分类