对于例如如果我们比较字符串 "TEXT" 和 "text" , equals() 方法将返回 false ,但 equalsIgnoreCase() 将返回 true 。 boolean equals(String str) :区分大小写 boolean ...
確定! 回上一頁