wwssgg

String splitStr = Pattern.compile("[^0-9]").matcher(currentName).replaceAll("");

通过这个操作来截取数字

分类:

技术点:

相关文章: