|
我现在有这样一个脚本:- web_submit_data("login.aspx_2",
- "Action=http://www.hanghangtong.com/login.aspx?Type=2&url=%2fAuthor%2findex.aspx",
- "Method=POST",
- "RecContentType=text/html",
- "Referer=http://www.hanghangtong.com/login.aspx?Type=2&url=%2fAuthor%2findex.aspx",
- "Snapshot=t2.inf",
- "Mode=HTML",
- ITEMDATA,
- "Name=tbUser", "Value=zhuxiaobo", ENDITEM,
- "Name=tbPass", "Value=2811278", ENDITEM,
- EXTRARES,
- "Url=/Author/Images/Main.css", "Referer=http://www.hanghangtong.com/Author/index.aspx", ENDITEM,
- "Url=/Author/images/top-5.gif", "Referer=http://www.hanghangtong.com/Author/index.aspx", ENDITEM,
- LAST);
复制代码 从上面的脚本来看,在执行web_submit_data的时候,他还执行了EXTRARES中的两个URL,他们分别是:- "Url=/Author/Images/Main.css", "Referer=http://www.hanghangtong.com/Author/index.aspx", ENDITEM,
- "Url=/Author/images/top-5.gif", "Referer=http://www.hanghangtong.com/Author/index.aspx", ENDITEM,
复制代码 现在我想实现:EXTRARES中的两个URL不在web_submit_data完成,单独拿出来执行。
不知道我这种想法是否能实现,还希望大家能帮帮忙!!谢谢!! |
|