danielchung6600 发表于 2016-6-21 23:10 public int compareTo(Person o){ //按长度比较 int length = this.name.length() - o.name.length() ...