var car = {type:"Fiat", model:500, color:"white"};

var arr = array();

for(i in car){

arr[i] = car[i];

}

相关文章: