|
本帖最后由 hunkd 于 2011-7-12 14:24 编辑
在global.h中定义了这个函数
char* get_Random_SaveParm(char* paraName, int count)
{
return paraName;
}
web_custom_request("Create",
"URL=http://192.168.8.248/NavigationMamager/Create/?SectionId=get_Random_SaveParm(\"sectionId2\",atoi(lr_eval_string({sectionId2_count})))&0.4732491783559035&_=1310450091531",
"Method=GET",
"Resource=0",
"RecContentType=text/html",
"Referer=http://192.168.8.248/NavigationMamager",
"Snapshot=t5.inf",
"Mode=HTML",
"EncType=application/x-www-form-urlencoded",
LAST);
我想调用这个函数,传给他“sectionId2”和atoi(lr_eval_string({sectionId2_count}))两个值。
这样调用对么,因为属性里有双引号,我用了转义字符。 |
|