Dim WshShell
set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys "{DOWN}"
WshShell.SendKeys "{ENTER}"

set WshShell = nothing

相关文章:

  • 2021-06-29
  • 2021-12-27
  • 2021-10-03
  • 2021-12-24
  • 2021-10-16
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-03
  • 2022-02-15
  • 2022-12-23
  • 2021-07-18
  • 2021-04-12
  • 2021-09-10
相关资源
相似解决方案