Java 8+. Encode or decode byte arrays: byte[] encoded = Base64.getEncoder().encode("Hello".getBytes()); println(new String(encoded)); ...
確定! 回上一頁