TA的每日心情 | 开心 2016-12-31 10:44 |
---|
签到天数: 1 天 连续签到: 1 天 [LV.1]测试小兵
|
如标题所示,插入的检查点老是报错,请大家帮我看看脚本哪错了。#include "web_api.h"
Action()
{
web_add_cookie("BAIDUID=D046B6B22F60BE53286063DFD8D4EB1D:FG=1; DOMAIN=s.baidu.com");
web_url("s",
"URL=http://www.baidu.com/s?wd=%B9%DC%B4%F3%C8%D9",
"Resource=0",
"RecContentType=text/html",
"Referer=http://www.baidu.com/",
"Snapshot=t2.inf",
"Mode=HTML",
EXTRARES,
"Url=http://s.baidu.com/w.gif?path=http://www.baidu.com/s?wd=%B9%DC%B4%F3%C8%D9&t=1217467143406", "Referer=http://www.baidu.com/s?wd=%B9%DC%B4%F3%C8%D9", ENDITEM,
LAST);
web_find("Text Check",
"RightOf=蔡红潮",
"LeftOf=朱秀成",
"What=戎惠军",
LAST);
return 0;
} |
|