JS封装
(function(w,d,u){
var obj={
one:function(){
...
}
...
}
obj.prototype={
doEverything:function(){
...
}
}
...
}(window,document))
浙公网安备 33010602011771号