啊啦神灯

   :: 首页 :: 联系 :: 聚合  :: 管理
  11 Posts :: 0 Stories :: 1 Comments :: 0 Trackbacks
car
function  getcaroject(){
return 
new  car( " dodge " , " coronet r/t " , 1968 , " yellow " );
}

function  car(make,model, year ,color){
this.make
= make;
this.model
= model;
this.year
= year ;
this.color
= color;
}
posted on 2006-09-15 20:36 啊啦神灯 阅读(183) 评论(0)  编辑 收藏 引用 所属分类: asp
只有注册用户登录后才能发表评论。