String a = "assadf87a8fss0f98";String[] split = a.split("[0-9]");for (String s : split) {System.out.print(s);}以正则 数字为分割就可以了。