function DoEvents(){
this.lstner=[]
this.addListen=function(o){//添加侦听
this.lstner.push(o);
}
this.broadcastEvent=function(f,args){//广播事件
for(i=0;i
test
000
111
222
333
444
555