摘要: 1.提取汉字 public static void main(String[] args) { String str = " 我是123一段测abd试 空a格 的字符 串 "; System.out.println("过滤出汉字:" + str.replaceAll("\\s*","").repla 阅读全文
posted @ 2020-08-13 15:16 缘故为何 阅读(11359) 评论(0) 推荐(1)