Convert from String to byte[]: String s = "some text here"; byte[] b = s.getBytes(StandardCharsets.UTF_8);. Convert from byte[] to String:
確定! 回上一頁