VB里如何单机一个cmd,等于在键盘上发出了指令?

2024年11月30日 11:48
有1个网友回答
网友(1):

代码:

Set wsh=CreateObject("WScript.Shell")
wsh.Sendkeys "^{win}{F12}"

貌似没错