联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
Set Ie=CreateObject("InternetExplorer.Application") With Ie .Navigate "mail.163.com" Do While (Ie.Busy) Wscript.Sleep 200 Loop .Document.Forms(0).All("username").Value="cn" .Document.Forms(0).All("password").Value="dos" .Document.Forms(0).All("登录邮箱").Click .Visible=1 End With