Action()
{
char buffer[128] = {0};
int j;
int i;
web_reg_save_param("param1",
"LB=Content-Length: ",
"RB=/r/n""",
"NotFound=ERROR",
"Ord=all",
"Search=Headers",
LAST);
web_url(https://blog.csdn.net/"%3Ca%20href=%22/service/http://www.hao123.com/%22%20rel=%22nofollow%22%3Ewww.hao123.com%3C/a%3E",%20%3Cbr%20/%3E%C2%A0%C2%A0"URL=http://www.hao123.com/",%20%3Cbr%20/%3E%C2%A0%C2%A0"Resource=0",%20%3Cbr%20/%3E%C2%A0%C2%A0"RecContentType=text/html",%20%3Cbr%20/%3E%C2%A0%C2%A0"Referer=",%20%3Cbr%20/%3E%C2%A0%C2%A0"Snapshot=t2.inf",%20%3Cbr%20/%3E%C2%A0%C2%A0"Mode=HTML",%20%3Cbr%20/%3E%C2%A0%C2%A0LAST);
//lr_save_string(lr_eval_string("{param1_count}"),"j");
j=atoi(lr_eval_string("{param1_count}"));
lr_output_message("the j is %d",j);
for(i=1;i<=atoi(lr_eval_string("{param1_count}"));i++)
{
sprintf( buffer, "{param1_%d}", i);
lr_output_message("the conut is %s.",lr_eval_string(buffer));
}
return 0;
}
2067

被折叠的 条评论
为什么被折叠?



