- With CreateObject("internetexplorer.application")
- .visible = True
- un = CreateObject("scripting.filesystemobject").opentextfile("1.txt",1).readall
- pw = CreateObject("scripting.filesystemobject").opentextfile("2.txt",1).readall
- For i = 0 To UBound(un)
- .navigate mdste(un,pw)
- Do Until .readystate = 4
- WScript.sleep 100
- Loop
- Next
- End With
- Function mbstr(username,password)
- mbstr = "https://www.dismall.com/member.php?" & _
- "mod=logging&action=login&loginsubmit=yes&infloat=yes&lssubmit=yes&" & _
- "fastloginfield=username&username=" & username & "&password=" & password & "&quickforward=yes&handlekey=ls"
- End Function
复制代码 还可以多开几个 |