Java對URL中的中文進行編碼工具類

public static String encode(String url,String chartSet) { try { Matcher matcher = Pattern.compile("[^\\x00-\\xff]").matcher(url);//雙字節,包括中文和中文符號[^\x00-\xff] 中文[\u4e00-\u9fa5]
相關文章
相關標籤/搜索