“抽取查询参数”函数

抽取查询参数函数可从 HTTP 头的 URI 字符串中抽取查询字符串。

Input1 – HTTP 头的 URI 字符串,例如:URI?name1=value1&name2=value2....#anchor?# 后的字符可能不存在。

Input2 – 用于指定查询字符串名称的字符串,例如:Input1 字符串中的 name1

Output – 查询字符串的字符串值,例如:Input1 字符串中的 value1




反馈 | 声明


http://pic.dhe.ibm.com/infocenter/wci/v7r0m0/topic/com.ibm.wci.doc/ref_extract_query_parameter.html