cuixueying 在graphics绘制之前和绘制完成后分别加上this.graphics.save()和this.graphics.restore()试下!譬如:var sp:Sprite=new Sprite();sp.graphics.save();sp.graphics.draw。。。。sp.graphics.restore();