|
Action()
{
web_reg_find("Fail=NotFound",
"Search=Body",
"SaveCount=ac",
"Text/ALNUMIC=登录",
LAST);
web_url("www.baidu.com",
"URL=http://www.baidu.com/",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTML",
EXTRARES,
"URL=/cache/sug/js/bdsug-1.1.js", ENDITEM,
"URL=http://nsclick.baidu.com/v.gif?pid=201&pj=www&fm=behs&tab=refer&refer=&path=http%3A%2F%2Fwww.baidu.com%2F&t=1331712332875", ENDITEM,
"URL=/img/i-1.0.0.png", ENDITEM,
LAST);
return 0;
}
Action.c(14): Error -26366: "Text=登录" not found for web_reg_find [MsgId: MERR-26366]
Action.c(14): web_url("www.baidu.com") highest severity level was "ERROR", 10350 body bytes, 2205 header bytes [MsgId: MMSG-26388] |
|