Clipboard.Clear
Clipboard.SetText "这里换成你要发送的字符串" 
System.Windows.Forms.SendKeys "^v"

或者

就是输入内容前面是个键盘字母或数字:   
System.Windows.Forms.SendKeys.Send("{LEFT}"   +"李大嘴")

相关文章:

  • 2022-01-13
  • 2022-12-23
  • 2021-06-15
  • 2022-12-23
  • 2021-07-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-14
  • 2021-09-22
  • 2022-12-23
  • 2022-03-07
  • 2021-12-24
  • 2021-11-28
相关资源
相似解决方案