To convert STring to byte[]: String s = "some text here"; byte[] b = s.getBytes("UTF-8");. To convert byte[] to STrings:
確定! 回上一頁