51Testing软件测试论坛

标题: 手动关联问题(已解决) [打印本页]

作者: z3z3z3z3    时间: 2011-7-13 17:24
标题: 手动关联问题(已解决)
本帖最后由 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中。。。。



取出的值原来多了个双引号,添加右边界值 \" 就解决了。。。
作者: msnshow    时间: 2011-7-13 22:11
取到的值不只是一个吧,加上order=1
作者: wsbuaa    时间: 2011-7-14 08:54
没有右边界?这个可以吗?
除非你是想一直取值到返回数据的末尾
作者: sap    时间: 2011-7-15 11:22
取到的值不只是一个吧,加上order=1
msnshow 发表于 2011-7-13 22:11



    你这个order=1,是代表啥意思啊?什么情况下能用到这个值呢?
作者: msnshow    时间: 2011-7-16 09:00
回复 4# sap


    写错了,应该是 "Ord=1",   意思就是取第一个符合条件的值,默认应该是取全部,取出来的是一个数组,你调用的方式就不对了




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2