找回密码
 加入
搜索
查看: 5807|回复: 4

[IE类操作] 请教如下网址如何获得

[复制链接]
发表于 2014-7-7 21:47:44 | 显示全部楼层 |阅读模式
在本论坛寻得邮箱快捷登录方法(本人有点加工)如下:

163邮箱登录:
Local $MyName = "你的用户名"
Local $MyPassword = "你的邮箱密码"
Local $sUrl = StringFormat("https://reg.163.com/logins.jsp?type=1&url=http://entry.mail.163.com/coremail/fcg/ntesdoor2?lightweight=1&verifycookie=1&username=%s&password=%s", $MyName, $MyPassword)
;ShellExecute(@ProgramFilesDir & "\Mozilla Firefox\firefox.exe", $sUrl) 
ShellExecute(@ProgramFilesDir & "\Internet Explorer\iexplore.exe", $sUrl)
本论坛登录:
Local $MyName = "你的用户名"
Local $MyPassword = "你的密码"
Local $sUrl = StringFormat("http://www.autoitx.com/logging.php?action=login&referer=http://www.autoitx.com/forum-6-1.html&loginfield=username&username=%s&password=%s&questionid=0&answer=&cookietime=2592000&loginmode=&styleid=&loginsubmit=?", $MyName, $MyPassword)
;ShellExecute(@ProgramFilesDir & "\Mozilla Firefox\firefox.exe", $sUrl)
ShellExecute(@ProgramFilesDir & "\Internet Explorer\iexplore.exe", $sUrl)
现请教各位老师:
https://reg.163.com/logins.jsp?t ... kie=1&username=用户名&password=密码

http://www.autoitx.com/logging.p ... rname&username=用户名&password=密码&questionid=0&answer=&cookietime=2592000&loginmode=&styleid=&loginsubmit=?

这些组成部分是如何获得的??
发表于 2014-7-8 09:48:22 | 显示全部楼层
登录最好是采用post方式   你这种是get  
post的数据可以使用开发者工具F12 来抓取
 楼主| 发表于 2014-7-8 13:27:53 | 显示全部楼层
本帖最后由 wangms 于 2014-7-8 13:28 编辑

回复 2# cxlater


谢谢不吝赐教!!能稍微对post方式具体格式说明一下吗?
发表于 2014-7-8 16:29:33 | 显示全部楼层
推荐下载一个HttpWatch网页数据分析工具试试吧
发表于 2014-7-8 18:35:44 | 显示全部楼层
大家说的都很好..........
您需要登录后才可以回帖 登录 | 加入

本版积分规则

QQ|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度

GMT+8, 2024-5-4 20:35 , Processed in 0.083386 second(s), 23 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表