|
Action.c(13): Error -26366: "Text=登录" not found for web_reg_find [MsgId: MERR-26366]
Action.c(13): web_url("www.baidu.com") highest severity level was "ERROR", 10350 body bytes, 2205 header bytes [MsgId: MMSG-26388]
脚本:
Action()
{
web_reg_find("Search=Body",
"Text=登录",
LAST);
web_add_cookie("BAIDUID=A71EDBDC40E98D118BB955768F9D9281:FG=1; DOMAIN=www.baidu.com");
web_add_cookie("BAIDUID=A71EDBDC40E98D118BB955768F9D9281:FG=1; DOMAIN=nsclick.baidu.com");
web_url("www.baidu.com",
"URL=http://www.baidu.com/",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t26.inf",
"Mode=HTML",
EXTRARES,
"Url=/img/i-1.0.0.png", ENDITEM,
"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=1331711452468", ENDITEM,
LAST);
return 0;
} |
|