解決辦法. Java 8+ 編碼或解碼位元組陣列: byte[] encoded = Base64.getEncoder().encode("Hello".getBytes()); println(new String(encoded)); ...
確定! 回上一頁