我知道这应该很简单,但我无法让它发挥作用。 我有 WshShell.Sendkeys" ^ {X}"致力于复制/剪切文本 WshShell.Sendkeys" ^ {V}"为粘贴文本工作但是 WshShell.Sendkeys" ^ {A}"无法选择文字。我糊涂了。
有人有提示吗?谢谢。 如果有帮助,文本将从记事本复制到adobe pdf文本字段中。 谢谢!
答案 0 :(得分:2)
使用此...
WshShell.SendKeys "^{a}"