摘要: 1var Person = Class.create(); 2Person.prototype ={ 3 initialize:function(){ 4 this.name="BOY"; 5 }, 6 GetName:function(){ 7 alert(this.name); 8 }, 9 AjaxQuestion:functi... 阅读全文
posted @ 2006-12-08 10:54 路口 阅读(685) 评论(0) 推荐(1) 编辑