九种,int compareTo(String anotherString); boolean contains(CharSequence s);boolean startsWith(String prefix);boolean startsWith(String prefix, int toffset);boolean endsWith(String suffix);boolean equals(Object anObject);boolean equalsIgnoreCase(String anotherString);boolean regionMatches(int toffset, String other, int ooffset, int len);boolean regionMatches(boolean ignoreCase, int toffset, String other, int ooffset, int len) |