url
encode
参数名 | 描述 | 可否为空 |
---|---|---|
url | 要编码的url | 否 |
charset | 编码格式,默认UTF-8 | 是 |
TIP
返回值类型:String
${url.encode('https://www.baidu.com')}
decode
参数名 | 描述 | 可否为空 |
---|---|---|
url | 要解码的url | 否 |
charset | 编码格式,默认UTF-8 | 是 |
TIP
返回值类型:String
- 解码
https%3A%2F%2Fwww.baidu.com
${url.decode('https%3A%2F%2Fwww.baidu.com')}
parameter
参数名 | 描述 | 可否为空 |
---|---|---|
url | 要获取的URL | 否 |
key | 要获取的参数名 | 否 |
TIP
返回值类型:String
${url.parameter('http://www.baidu.com/s?wd=spider-flow','wd')}
parameterMap
参数名 | 描述 | 可否为空 |
---|---|---|
url | 要获取的URL | 否 |
TIP
返回值类型:Map<String,String>
${url.parameterMap('http://www.baidu.com/s?wd=spider-flow&abbr=sf')}
当前内容版权归 spider-flow 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 spider-flow .