taijizongshi 发表于 2009-5-7 00:10:40

关于web_submit_data函数的另一种分解使用!

我现在有这样一个脚本: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完成,单独拿出来执行。

不知道我这种想法是否能实现,还希望大家能帮帮忙!!谢谢!!

kf11859 发表于 2009-5-10 21:56:56

EXTRARESA demarcation parameter indicating that the next parameter will be a list of resource attributes.
List of Resource AttributesList of Resource Attributes
如果你不要URL的话,我想Referer也应该不要吧。支持你试试看。

云层 发表于 2009-5-11 17:41:46

extrares的意思只是说提交数据后需要下载那些资源文件而已,删掉没关系的

goal1860 发表于 2009-5-18 13:41:04

试过可以
页: [1]
查看完整版本: 关于web_submit_data函数的另一种分解使用!