记得以前看过一帖,现在找不到了。
我想问的是,是如何得到邮箱的url的?
如下就是通过url登陆163邮箱的,问题是这个url地址是如何得到的?
我想问的是,是如何得到邮箱的url的?
如下就是通过url登陆163邮箱的,问题是这个url地址是如何得到的?
@echo off
::用户名不需要后缀,即不需要@163.com
set "var=输入用户名"
set "num=输入密码"
set "str=https://reg.163.com/logins.jsp?username=%var%&password=%num%"
set "str=%str%&url=http://fm163.163.com/coremail/fcg/ntesdoor2"
start "163邮箱登录中" "%str%"
