Foxtable(狐表)用户栏目专家坐堂 → [推荐] 通过代码登录及管理网盘文件-已解决


  共有10395人关注过本帖平板打印复制链接

主题:[推荐] 通过代码登录及管理网盘文件-已解决

帅哥哟,离线,有人找我吗?
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:三尾狐 帖子:732 积分:5491 威望:0 精华:14 注册:2011/8/28 12:49:00
  发帖心情 Post By:2012/1/25 20:13:00 [只看该作者]

Dim OjbIe As Object = CreateObject("InternetExplorer.Application")
With OjbIe
    .Visible = True
    .Navigate("https://www.kuaipan.cn/index.php?ac=account&op=login")
    Application.DoEvents
    Do While .Busy
        Application.DoEvents
    Loop
    Dim DoM As Object = .Document
    With DoM
        .getElementById("userName").Value = "在此输入您的用户名"
        .getElementById("userPwd").Value = "在此输入您的密码"
        .getElementById("loginform").submit
    End With
    .Visible = True
End With

 回到顶部
总数 12 1 2 下一页