且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

我怎么能德code字符串?

更新时间:2023-11-07 10:43:40

您需要仔细反向转义的字符串,利用公郎 StringEscapeUtils

You need to double-unescape the string, using commons-lang StringEscapeUtils:

StringEscapeUtils.unescapeHtml(StringEscapeUtils.unescapeHtml(string))