Decode Base64 data in Java. import java.util.Base64; byte[] bytes = "Hello, World!".getBytes("UTF-8"); String encoded = Base64.getEncoder().
確定! 回上一頁