摘要:
public static String encode(String str, String charset) throws UnsupportedEncodingException { Pattern p = Pattern.compile("[\u4e00-\u9fa5]+"); Matcher m = p.matcher(str); ... 阅读全文
posted @ 2017-06-30 15:17
曲高终和寡
阅读(1276)
评论(0)
推荐(0)


浙公网安备 33010602011771号