var obj = {a:1,age:18,birthday:'2-14'};
function demo(obj){
var a = [];
//这句代码什么鬼?
for(a[a.length] in obj);
return a;
}
郎朗坤
相关分类