|
web_submit_data("login",
"Action=http://crm.miuu.cn/index/login/",
"Method=POST",
"TargetFrame=",
"RecContentType=text/html",
"Referer=http://crm.miuu.cn/",
"Snapshot=t3.inf",
"Mode=HTML",
ITEMDATA,
"Name=username", "Value=zyxsjlcs", ENDITEM,
"Name=password", "Value=666666", ENDITEM,
"Name=to", "Value=/main/index", ENDITEM,
LAST);
/*
web_submit_data("login_2",
"Action=http://crm.miuu.cn/index/login/",
"Method=POST",
"TargetFrame=",
"RecContentType=text/html",
"Referer=http://crm.miuu.cn/",
"Snapshot=t4.inf",
"Mode=HTML",
ITEMDATA,
"Name=username", "Value=zyxsjlcs", ENDITEM,
"Name=password", "Value=666666", ENDITEM,
"Name=to", "Value=/main/index", ENDITEM,
LAST);
*/
为什么你脚本中有两个相同的提交请求呢 你点击了两次登录? |
|