摘要: 1 function CreatePerson(name,sex){ 2 this.name=name; 3 this.sex=sex; 4 this.showName(); 5 this.showSex(); 6 } 7 CreatePerson.prototyp... 阅读全文
posted @ 2015-01-23 18:21 ollie_sk8 阅读(112) 评论(0) 推荐(0)