只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2018-10-03 20:13 清风☆薰衣草 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 泛型类型变量只能调用限定类或限定接口里面的方法 阅读全文
posted @ 2018-10-03 19:48 清风☆薰衣草 阅读(4378) 评论(0) 推荐(0) 编辑
摘要: public class Person { } public class Student extends Person{ private String name; public Student(String name) { this.name = name; } public Student() { } pu... 阅读全文
posted @ 2018-10-03 19:15 清风☆薰衣草 阅读(851) 评论(0) 推荐(0) 编辑