var cat = {
"name": "小白",
"type": "汇智网",
"eat": function(){
alert("吃老鼠");
}
}
Object.prototype.color = "白色";
var name;
for(name in cat){
document.write(cat[name] + "\n");
}
我看不懂for(name in cat)这段代码的意思,求大神。。。。。还有那个var name 有什么用??
nickylau82
阿探
左岸16
唯爱KG
刚毅87
相关分类