摘要:
1 public static String getEncoding(String str) { 2 String encode = "GB2312"; 3 try { 4 if (str.equals(new String(str.getBytes(encode), encode))) { 5 S 阅读全文
posted @ 2021-01-12 15:25
Dapengsyx
阅读(1488)
评论(0)
推荐(0)
浙公网安备 33010602011771号