TA的每日心情 | 开心 2015-3-19 22:34 |
---|
签到天数: 1 天 连续签到: 1 天 [LV.1]测试小兵
|
脚本代码如下:
Action()
{
web_reg_find("text="百度",
"savecount=baidu_count",
LAST);
web_url("www.baidu.com",
"URL=http://www.baidu.com/",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t4.inf",
"Mode=HTML",
LAST);
return 0;
}
为什么搜索出来的count的值是7个?
Action.c(6): Registered web_reg_find successful for "Text="百度" (count=7) [MsgId: MMSG-26364]
使用自带的Web Tours网站,搜索"welcome"文本
Action.c(19): Registered web_reg_find successful for "Text=welcome" (count=4) [MsgId: MMSG-26364]
竟然搜索出来4个。。登陆页面和登陆后的页面一共才2个,这是怎么回事啊。。麻烦各位抽空给看看,谢谢!
|
|