java 判断字符串什么编码类型 public static String getEncoding(String str) { String encode = “GB2312”; try { if (str.equals(new St … 继续阅读 java 判断字符串什么编码类型