面向对象结构

/*
**author:Beginner
**create:20180912
**update:20180927
**email:BeginnerMind@163.com
*/

 

var oFuncSL;
var fnFunc=function(){
}
fnFunc.prototype={
init:function(){
this.bindEvent();
}
,bindEvent:function(){
var _SL=this;
}
}
oFuncSL=new fnFunc();
oFuncSL.init();

posted @ 2018-06-04 16:53  l_strive  阅读(85)  评论(0编辑  收藏  举报