类 UrlDecoder
java.lang.Object
org.springframework.boot.loader.net.util.UrlDecoder
Utility to decode URL strings.
- 从以下版本开始:
- 3.2.0
- 作者:
- Phillip Webb
-
方法概要
-
方法详细资料
-
decode
Decode the given string by decoding URL'%'
escapes. This method should be identical in behavior to thedecode
method in the internalsun.net.www.ParseUtil
JDK class.- 参数:
string
- the string to decode- 返回:
- the decoded string
-