在看Java API时发现drawImage()是一个abstract方法,看在用它时并没有重写它,比如:g.drawImage(picture,20,20,this) 为什么?不是说静态方法在用时都要重写吗?