endswith 函数用于判断字符串是否以指定的后缀结尾,它的使用方法如下: string.endswith(…
Java 的 endsWith()函数用于判断字符串是否以指定的后缀结束。它的用法如下: String str…