而Java 本身也提供處理UTF8的編碼,例如. String a="一二三"; String b=new String(a.getBytes("MS950"),"UTF8"); String c=new String(b.getBytes("UTF8"),"BIG5");.
確定! 回上一頁