var car=function(){}; car.prototype.name="宝马"; car.prototype.color="褐色"; car.prototype.luzi=4; car.prototype.say=function(){ alret("我是一个" + this.color + "的" + this.name+"有"+this.lunzi+"轮子"); }; var BM=new car(); BM.say(); 上边的代码有问题吗?为什么alert没有弹出来呢??
千秋此意
kamidb
慕田峪3555374
相关分类