int startIndex, String str2, int str2StartIndex, int numChars)复制代码 对于这两种形式,startIndex指定了调用字符串(String)对象内区间开始的下标。用于比较的字符串(String)由str2指定的。在str2内,开始比较区间的下标由str2StartIndex指定。 用于比较的子字符串的长度在numChars中。如果ignoreCase是true,字符...