|
4#
楼主 |
发表于 2008-3-25 13:44:45
|
只看该作者
Action()
{
web_url("www.51testing.com",
"URL=http://www.51testing.com/",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTML",
EXTRARES,
"URL=http://www.51testing.net/index.swf", ENDITEM,
......
"URL=http://com.zoosnet.net/LR/closeimg/7.gif", ENDITEM,
LAST);
web_find("web_find",
"What=网站",
LAST);
web_reg_find("Text=论坛",
"Fail=NotFound",
"SaveCount=num",
"Search=All",
LAST); web_url("go.asp",
......
"Referer=http://www.51testing.com/",
"Mode=HTML",
LAST);
web_find 函数就可以 但是web_reg_find函数就出错误
[ 本帖最后由 Windgs_YF 于 2008-3-25 13:47 编辑 ] |
|