摘要: import win32api import win32con import win32gui from ctypes import * import time VK_CODE = { 'backspace':0x08, 'tab':0x09, 'clear':0x0C, 'enter':0x0D, 阅读全文
posted @ 2017-11-23 18:16 兔子的尾巴_Mini 阅读(1134) 评论(0) 推荐(0)