标签:startsWith

  • Java String startsWith()

    startsWith() 方法用于检测字符串是否以指定的前缀开始。1 语法public boolean startsWith(String prefix) 或public boolean sta