摘要: import java.util.*; class Fruit { public String toString() { return "Fruit"; } } class Apple extends Fruit { public String toString(){ return "Apple"; 阅读全文
posted @ 2021-08-22 21:42 羊大葱 阅读(224) 评论(0) 推荐(0) 编辑