If a byte array contains non-Unicode text, you can convert the text to Unicode ... String original = new String("A" + "\u00ea" + "\u00f1" + "\u00fc" + "C");.
確定! 回上一頁