|
Action()
{
web_reg_find("Text=33333333",
LAST);
web_url("www.haodx.com",
"URL=http://www.haodx.com/",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t17.inf",
"Mode=HTML",
EXTRARES,
LAST);
lr_output_message("11111");
return 0;
}
结果:提示如下
Action.c(6): Error -26366: "Text=33333333" not found for web_reg_find [MsgId: MERR-26366]
Action.c(6): web_url("www.haodx.com") highest severity level was "ERROR", 108427 body bytes, 6177 header bytes [MsgId: MMSG-26388]
Ending action Action.
lr_output_message("11111");这句怎么没有执行。怎么修改才能够让程序继续执行下去? |
|