TA的每日心情 | 奋斗 2014-12-25 11:52 |
---|
签到天数: 3 天 连续签到: 1 天 [LV.2]测试排长
|
本帖最后由 hotivy 于 2011-8-13 16:33 编辑
大周末的,不知道有没有人啊,弄了个关联,老是报错,各种baidu,google后仍然无效。
脚本如下:
web_set_max_html_param_len("99999"); //加大字符
web_reg_save_param("us","lb=jsessionid=","rb=?","ORD=1",LAST); //做了个关联
web_url("demo.catainfo.com",
"URL=http://demo.catainfo.com/",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTML",
EXTRARES,
"Url=/cata/images/system/login.swf", "Referer=http://demo.catainfo.com/login.do;jsessionid={us}?method=begin", ENDITEM, //设置上关联
"Url=/cata/images/system/input_bg.png", "Referer=http://demo.catainfo.com/login.do;jsessionid={us}?method=begin", ENDITEM, //设置上关联
"Url=/cata/images/system/regiest.png", "Referer=http://demo.catainfo.com/login.do;jsessionid={us}?method=begin", ENDITEM, //设置上关联
LAST);
提示的错误如下:
Action.c(8): 警告 -26240: EXTRARES 中由“URL”参数(编号 9)和/或“Referer”参数(编号 10)引用的参数尚未解析。资源“/cata/images/system/login.swf”未下载 [MsgId: MWAR-26240]
Action.c(8): 警告 -26240: EXTRARES 中由“URL”参数(编号 12)和/或“Referer”参数(编号 13)引用的参数尚未解析。资源“/cata/images/system/input_bg.png”未下载 [MsgId: MWAR-26240]
Action.c(8): 警告 -26240: EXTRARES 中由“URL”参数(编号 15)和/或“Referer”参数(编号 16)引用的参数尚未解析。资源“/cata/images/system/regiest.png”未下载 [MsgId: MWAR-26240]
Action.c(8): 错误 -26377: 找不到请求的参数“us”的匹配项。检查请求的边界是否存在于响应数据中。此外,如果要保存的数据超过 99999 个字节,请使用 web_set_max_html_param_len 增加参数大小 [MsgId: MERR-26377]
Action.c(8): web_url("demo.catainfo.com") 最高严重级别为“ERROR”,416038 个正文字节,2654 个标头字节 [MsgId: MMSG-26388] |
|