To check if String ends with a specified string value in Kotlin, use String.endsWith() method. str1.endsWith(str2) returns a boolean value of true if the ...
確定! 回上一頁