1、將字元轉換成byte陣列. String str = "羅長"; byte[] sb = str.getBytes();. 2、將byte陣列轉換成字元 byte[] b={(byte)0xB8,(byte)0xDF ...
確定! 回上一頁