String string = new String(bytes, StandardCharsets.UTF_8); byte[] bytes = string.getBytes(StandardCharsets.UTF_8); ...
確定! 回上一頁