SendKeys clip.exe 发送中文的代码


复制代码 代码如下:

Set WshShell=CreateObject("WScript.Shell")
code="让SendKeys可以发送中文"
WshShell.Run "cmd.exe /c echo " & code & "| clip.exe", vbHide
app=WshShell.Run ("notepad")
WScript.Sleep 1000
WshShell.AppActivate app
WshShell.SendKeys "^v{BS}"
Wscript.Quit


« 
» 
快速导航

Copyright © 2016 phpStudy | 豫ICP备2021030365号-3