类 URLCode
java.lang.Object
com.weicoder.common.codec.URLCode
- 直接已知子类:
W.U
URL基础编码类
- 作者:
- WD
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
URLCode
public URLCode()
-
-
方法详细资料
-
encode
url编码- 参数:
url- 要编码的URL- 返回:
- 编码后字符串
-
encode
url编码- 参数:
url- 要编码的URLencoding- 编码- 返回:
- 编码后字符串
-
decode
url解码- 参数:
url- 要解码的URL- 返回:
- 解码后字符串
-
decode
url解码- 参数:
url- 要解码的URLencoding- 解码- 返回:
- 解码后字符串
-