(function(w,d,u){
var obj={
one:function(){
...
}
...
}
obj.prototype={
doEverything:function(){
...
}
}
...
}(window,document))
本文共 258 字,大约阅读时间需要 1 分钟。
(function(w,d,u){
var obj={
one:function(){
...
}
...
}
obj.prototype={
doEverything:function(){
...
}
}
...
}(window,document))
转载于:https://www.cnblogs.com/cailiqiang/p/4184302.html