Dim doc As HTMLDocument
    Set doc = WebBrowser1.Document
    
    Dim inputs As IHTMLElementCollection
    Set inputs = doc.getElementsByTagName("input")

 

相关文章:

  • 2022-01-12
  • 2022-01-12
  • 2022-12-23
  • 2021-08-27
  • 2021-11-07
  • 2021-10-25
  • 2022-01-15
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2021-07-06
  • 2021-10-14
相关资源
相似解决方案