忽啊忽啊 Aar0n this.sp = new Laya.Sprite(); this.sp.loadImage("Attack_0_0002.png", Laya.Handler.create(this, (data)=>{ this.sp.graphics.drawTexture(this.sp.texture); var bounds = this.sp.getGraphicBounds(true); }));这样绘制后,最后拿到的宽高就是图片实际的寛高