c#

位置:IT落伍者 >> c# >> 浏览文章

C#技巧:网页表单自动填写技术(以gmail为例)


发布日期:2018年04月07日
 
C#技巧:网页表单自动填写技术(以gmail为例)

var ie=WScriptcreateobject(InternetExplorerApplicationvar args = WScriptargumentsvar followme=if(argslength>

{ followme+=args(} ieNavigate(?continue=+followme)SynchronizeIE()var doc=iedocumentdocforms[]Emailvalue=docforms[]Passwdvalue=密码写在这里//这是因为PersistentCookie这个checkbox有时候有而有时候没有

if(docforms[]PersistentCookie!=null)

{ docforms[]PersistentCookiechecked=false} docforms[]submit()SynchronizeIE()ieVisible=true

//等待IE操作结束

function SynchronizeIE()

{ while(ieBusy)

{ WScriptSleep(}假定把该文件保存为googleSpecificjs存放在%windir%\system路径下并建立如下内容的一个googlebat文件同样放在%windir%\system路径下

@cls

@wscript %windir%\system\googleSpecificjs % % % % % % % % %

然后在命令行执行语句go mail就可以直接登陆到你的gmail了

同样类似的命令还有

Go notebook à便签簿Go bookmarks à网络收藏夹

如果直接输入go而不接任何内容的话则会以你的名义登陆到首页另外googleSpecificjs最好用screncexe进行加密加密后的文件格式是jse但即使是这样也不能保证文件中的密码不被别人看到(scrdec可以进行解密)更好的保密手段还请各位多提意见

               

上一篇:浅谈.Net中的对象相等

下一篇:Visual C# 插件构架实战