Groovy's == is equivalent to the equals methods in Java . String str1 = "123"; String str2 = new String("123"); if(str1 == str2){
確定! 回上一頁