function ff(){
m.addEventListener(MouseEvent.CLICK,ff);
function ff(){//这个是内嵌函数,不所参数
trace("HHHH");
}
function ff(e){ //这里要加参数