摘要: import java.util.HashMap;public class Test { public Test() { // TODO Auto-generated constructor stub } public static void main(String[] args) { // TODO Auto-generated method stu... 阅读全文
posted @ 2020-09-08 16:09 thomas_blog 阅读(174) 评论(0) 推荐(0) 编辑
摘要: package Person;public class Person { String name; int age; public Person() { // TODO Auto-generated constructor stub } public boolean equals(Object obj) { if (this == obj)... 阅读全文
posted @ 2020-09-08 13:10 thomas_blog 阅读(294) 评论(0) 推荐(0) 编辑