05 2023 档案
摘要:public static void main(String[] args) { HashMap<String,String> m = new HashMap<>(); HashMap<String,String> mm = new HashMap<>(); HashMap<String,Strin
阅读全文
摘要:String str= "我very喜欢China"; String reg = "[\u4e00-\u9fa5]"; Pattern pat = Pattern.compile(reg); Matcher mat = pat.matcher(str); str = mat.replaceAll("
阅读全文

浙公网安备 33010602011771号