如何将base 64字符串转换为html UTF8格式?

时间:2018-12-07 08:13:55

标签: java

我正在缓存的HTML数据中得到编码。如何解码它们,以便我将其转换为正确的HTML格式。

attached image contains the encrypted HTML data

1 个答案:

答案 0 :(得分:-1)

您可以尝试使用以下代码进行解码

Base64.decodeBase64(string);