摘要: [java] view plain copy [java] view plain copy /** * 字符串编码转换的实现方法 * @param str 待转换编码的字符串 * @param oldCharset 原编码 * @param newCharset 目标编码 * @return * @ 阅读全文