zhirong123 var texture = LoadingManager.instance.getRes("res/progress.png"); var graphics=new Laya.Graphics(); graphics.fillTexture(texture,0,0,texture.width,texture.height,"repeat");如果用drawTexture就没问题,因为平铺需求 需要用到fillTexture,但周边有线条