def QQ_CloseWindow():
win32api.keybd_event(win32con.VK_MENU, 0, 0, 0);
win32api.keybd_event(win32con.VK_F4, 0, 0, 0);
win32api.keybd_event(win32con.VK_F4, 0, win32con.KEYEVENTF_KEYUP, 0);
win32api.keybd_event(win32con.VK_MENU, 0, win32con.KEYEVENTF_KEYUP, 0);
# Get the clipboard into a str.
评论列表
文章目录