java 正则表达式如何提取中文的问题
String regex="([\u4e00-\u9fa5]+)"; String str="132更新至456"; Matcher matcher = Pattern.compile(rege ...
String regex="([\u4e00-\u9fa5]+)"; String str="132更新至456"; Matcher matcher = Pattern.compile(rege ...