|
本帖最后由 z3z3z3z3 于 2011-7-14 14:55 编辑
脚本如下:
web_reg_save_param("id",
"LB=flow?data=",
"RB=",
LAST);
web_url("int_exam.examUrl.flow",
"URL=http://elearning.******.com/eos-default/int_exam.examUrl.flow?_eosFlowAction=joinExam&examId=451502",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t8.inf",
"Mode=HTML",
LAST);
web_url("userexampapercurr.flow",
"URL=http://elearning.******.com:8080/*****/userexampapercurr.flow?data={id}",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t9.inf",
"Mode=HTML",
EXTRARES,
"Url=../sysinte/*****/images/thbg.gif",
"Referer=http://elearning.*****.com:8080/*****/userexampapercurr.flow?data={id}", ENDITEM,
LAST)
关联的参数id取值没有错误,但是拼到url中好像有问题
求高手解答怎么把关联的参数拼到url中。。。。
取出的值原来多了个双引号,添加右边界值 \" 就解决了。。。 |
|