Chinaunix首页 | 论坛 | 博客

-

  • 博客访问: 162788
  • 博文数量: 48
  • 博客积分: 2000
  • 博客等级: 大尉
  • 技术积分: 490
  • 用 户 组: 普通用户
  • 注册时间: 2009-04-22 18:51
文章分类

全部博文(48)

文章存档

2010年(23)

2009年(25)

我的朋友

分类: 系统运维

2009-10-26 07:55:48

   function Apple(name,color,weight){    this.name=name;    this.color=color;    this.weight=weight;   }   Apple.prototype.printMsg=function(){    document.getElementById("divId").innerHTML=    this.name+" "+this.color+" "+this.weight;   }   var myApple=new Apple('smallApple','red',300);            

New Web Project Page

         
apple message
   
阅读(1116) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~