摘要: This is the super class Human:class Human { String name = "Human"; String sex = "Humanity"; public String getHuman(){ return this.name... 阅读全文
posted @ 2015-08-17 22:20 SunCosmo 阅读(154) 评论(0) 推荐(0)