标签: python-2.7 pthreads
我试图发送密钥,睡一秒钟并发送另一把密钥。
以下是我的尝试:
import win32com.client import time shell = win32com.client.Dispatch("WScript.Shell") shell.SendKeys("o", 0) time.sleep(2) shell.SendKeys("a", 0)
但这些睡眠时间为2秒,然后发送2个按键。
Srry 4英语不好,第4次阅读。