|
我写的关联函数有些问题,不知道怎么改,不确定是函数名不能一样,还是其他的。脚本如下:
lr_think_time( 1 );
web_reg_save_param("appInfos","LR=ITEMDATA, "Name=appInfos", "Value=","RB=, ENDITEM,"Name=");
web_reg_save_param("appInfos","LR="Name=appInfos", "Value=","RB=", ENDITEM,");
web_submit_data("firstApprovePrevise.action",
"Action=http://10.0.0.75:8085/firstApprovePrevise.action",
"Method=POST",
"TargetFrame=",
"RecContentType=text/html",
"Referer=http://10.0.0.75:8085/showFirstApproveList.action?corpCde=&rappNo=&receiverCorp=&applyDateStart=&applyDateEnd=&receiverCorpCn=&cdCatCde=&otherPlaceLic=",
"Snapshot=t6.inf",
"Mode=HTML",
ITEMDATA,
"Name=appInfos", "Value=4a5cbb5c-60f4-11dc-b705-95e216347f0c$119$1$071100100000657600041$A", ENDITEM,
"Name=appInfos", "Value=4a5a716a-60f4-11dc-b705-95e216347f0c$119$1$071100100000657600039$A", ENDITEM,
LAST);
报的错误如下:
Action.c (93): syntax error; found `Name' expecting `)'
Action.c (93): syntax error; found `Name' expecting `;'
Action.c (93): undeclared identifier `Name'
Action.c (93): undeclared identifier `appInfos'
Action.c (93): syntax error; found ", " expecting `;'
Action.c (93): syntax error; found `Value' expecting `;'
Action.c (93): undeclared identifier `Value'
Action.c (93): operands of = have illegal types `int' and `pointer to char'
Action.c (93): syntax error; found `RB' expecting `;'
Action.c (93): undeclared identifier `RB'
Action.c (93): illegal expression
Action.c (93): syntax error; found "ENDITEM" expecting `;'
Action.c (93): syntax error; found `)' expecting `;'
Action.c (93): illegal statement termination
Action.c (93): skipping `)'
Action.c (94): syntax error; found `Name' expecting `)'
Action.c (94): syntax error; found `Name' expecting `;'
Action.c (94): syntax error; found ", " expecting `;'
Action.c (94): syntax error; found `Value' expecting `;'
Action.c (94): operands of = have illegal types `int' and `pointer to char'
Action.c (94): too many errors
老家各位帮我看一下。 |
|