工具使用:

摘要: 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 tenero 阅读(2084) 评论(2) 推荐(0) 编辑