标签:endsWith

  • Java String endsWith()

    endsWith() 方法用于测试字符串是否以指定的后缀结束。1 语法public boolean endsWith(String suffix) 2 参数suffix:后缀字符串3