在本论坛寻得邮箱快捷登录方法(本人有点加工)如下:
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=?
这些组成部分是如何获得的?? |