To decode a Base64-encoded string, we use Base64.getDecoder() to fetch an object of the Base64.Decoder class, and pass the input string to its decode() method.
確定! 回上一頁