JS封装

(function(w,d,u){
    var obj={
        one:function(){
        ...
        }
        ...
    }
    obj.prototype={
        doEverything:function(){
        ...
        }
    }
    ...
}(window,document))
posted @ 2014-12-25 11:40  BacanChoi  阅读(127)  评论(0)    收藏  举报