Nevermore Aar0n 比如for(let i:number = 0; i < len; ++i){ let btn:Laya.Button = this.main.getchildbuy(i); btn.on(Laya.Event.CLICK,this.this.clickHandle); btn.xx = "xxx"; } private clickHandle(e:Laya.Event):void{ }类似于我想给btn绑定“xxx”数据,用来给后面点击获取