C#模拟键盘登录网站

来源:互联网 发布:退款流淘宝刷销量 编辑:程序博客网 时间:2024/06/04 18:07
System.Diagnostics.Process.Start("http://www.cnblogs.com/mossan/admin/EditPosts.aspx");            System.Threading.Thread.Sleep(1000);            SendKeys.SendWait("mossan");//用户名            SendKeys.SendWait("{TAB}");            System.Threading.Thread.Sleep(500);            SendKeys.SendWait("********");//密码            SendKeys.SendWait("{ENTER}");
原创粉丝点击