摘要: url上的中文字符是ISO-8859-1。后台获取中文乱码解决问题。 需要转码 public static String changeCharset(String str, String defaultValue) { if (str != null) { try { if ((StringUtil 阅读全文
posted @ 2020-06-02 17:47 *乐途* 阅读(1202) 评论(0) 推荐(0)