吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 1458|回复: 1
收起左侧

[求助] VB6粤省事帐号密码登陆有问题

[复制链接]
xinxirong 发表于 2022-10-26 12:56
https://tyrz.gd.gov.cn/pscp/sso/static/?client_id=fssgtsc&redirect_uri=http%3A%2F%2F219.128.72.148%2Fsso_login_callback.ashx%3FloginType%3Dstdw&response_type=code&scope=all&service=initService
我平时用下面这段代码来自动输入帐号密码,大部分的网站都没问题。但是登陆粤省事就不行,提示"请输入帐号"
   Set doc = Form1.WebBrowser1.Document
    Set x = getElementByClassName("gd-input gd-input-text")

    If x Is Nothing Then
        MsgBox "找不到请输入账号,gd-input gd-input-text"
    Else
        Set y = getElementByClassName("gd-input gd-input-password")
        Set x = x.children
        x(0).Value = Text1.Text
    End If

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

coolcalf 发表于 2022-10-26 13:07
兄弟,VB6现在真的相当小众
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-11-29 00:19

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表