boolean isGBK(String s) 拋出 UnsupportedEncodingException { if(s.equals(new String(s.getBytes("gbk"))))返回真;別的返回假; }