摘要:
function Cat(name,color){ this.name=name; this.color=color; }猫类 var cat1 = new Cat("大毛","黄色"); var cat2 = new Cat("二毛","黑色"); alert(cat1.n... 阅读全文
posted @ 2015-06-04 10:08
明净
阅读(214)
评论(0)
推荐(0)
|
摘要:
function Cat(name,color){ this.name=name; this.color=color; }猫类 var cat1 = new Cat("大毛","黄色"); var cat2 = new Cat("二毛","黑色"); alert(cat1.n... 阅读全文
posted @ 2015-06-04 10:08
明净
阅读(214)
评论(0)
推荐(0)
|