listeners:{
"beforedestroy": function(obj){alert("想关闭我,这是不可能的");
obj.show();
return false;
}
}
若只监听一个事件 ,那么这个事件方法之后的最后}不能再跟分号;
若有多个监听 ,则必须加