gpt4 book ai didi

java - 解码 URL,而编码字符串在双引号中

转载 作者:行者123 更新时间:2023-11-29 07:54:49 26 4
gpt4 key购买 nike

我有一个这样的 URL:

localhost:8080/demo?xml=hello"<xyz>&#xa";

这里我想解码<>

最佳答案

来自 apache Common - StringEscapeUtils#escapeHtml()可以简化您的工作。

String string= StringEscapeUtils.unescapeHtml(encodedString);

关于java - 解码 URL,而编码字符串在双引号中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18589281/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com