摘要: 1.原型继承 Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> 1function Person1(name){ 2 this.name=name; 3 this.id=1; 4} 5Person1.prototype.... 阅读全文
posted @ 2009-03-29 16:40 阳光下飞翔 阅读(175) 评论(0) 推荐(0) 编辑