|
3#
楼主 |
发表于 2005-6-13 23:16:40
|
只看该作者
部分脚本
部分脚本如下:
Action()
{
web_url("Navigation.action",
"URL=http://192.168.2.108:8080/nsmp-web/home/Navigation.action?page=announcement.jsp",
"Resource=0",
"RecContentType=text/html",
"Referer=http://192.168.2.108:8080/nsmp-web/home/home.jsp",
"Snapshot=t3.inf",
"Mode=HTML",
LAST);
web_link("通知",
"Text=通知",
"Ordinal=1",
"Snapshot=t4.inf",
LAST);
web_link("hah...",
"Text=hah...",
"Snapshot=t5.inf",
LAST);
web_link("规范",
"Text=规范",
"Snapshot=t6.inf",
LAST);
web_link("其它",
"Text=其它",
"Snapshot=t10.inf",
LAST);
web_link("最新公告",
"Text=最新公告",
"Snapshot=t11.inf",
LAST);
web_link("haha",
"Text=haha",
"Snapshot=t12.inf",
LAST);
return 0; }
还有一个问题:该脚本有时web_link可以运行通过,有时不能通过,请帮忙分析一下原因。谢谢! |
|