📜  使用 powershell 模拟键 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:23.508000             🧑  作者: Mango

代码示例1
$wshell = New-Object -ComObject wscript.shell
$wshell.sendkeys('A')