z298959 ani.on(Laya.Event.COMPLETE, this, _OnComplete); function _OnComplete() { var bounds = ani.getGraphicBounds(); console.log(bounds.width); console.log(bounds.height); }这样的话获取动画宽高 还是只会取到第一帧宽高 并没有办法取到毎帧的宽高