heyaaron DEMO地址http://jsbin.com/naxucicovo/edit?html,output 找到原因了txt.text = '123'; //会调用EVENT.CHANGE事件// txt.changeText('change text'); //不会调用event.change事件 事件绑定必须写成txt.on(Laya.Event.CHANGE, this, function () {alert('文本进行了修改!');});之前少了Laya