kwj

走越远,路越艰!

常用链接

统计

最新评论

protype.js之类写法

var Setting=Class.create();
Setting.prototype={
    initialize:function(){
    },
  函数名:function(e){
   函数体
  },
  函数名:function(f){
    函数体
  }
}


posted on 2008-01-19 09:31 木剑 阅读(407) 评论(0)  编辑  收藏 所属分类: js