yao 给Laya.stage添加点击事件监听,然后监听函数参数的target判断是不是button来做。Laya.stage.on(Laya.Event.CLICK, this, function(res:Laya.Event){ if (res.target instanceof Laya.Button){ // click button } })