byte[] encoding1 = "康揚股份有限公司".getBytes("UTF-8"); String s1 = new String(encoding1,"BIG5"); System.out.println("String 1:"+s1);
確定! 回上一頁