在Java 中, super.toString() 是调用父类中 toString() 方法的方式。具体来说,当一个子类继承了父类,并且子类中也有 toString() 方法时,通过调用 super.
確定! 回上一頁