def QQ_CopyText():
win32api.keybd_event(win32con.VK_CONTROL, 0, 0, 0);
win32api.keybd_event(ord('C'), 0, 0, 0);
win32api.keybd_event(ord('C'), 0, win32con.KEYEVENTF_KEYUP, 0);
win32api.keybd_event(win32con.VK_CONTROL, 0, win32con.KEYEVENTF_KEYUP, 0);
# Close the window.
评论列表
文章目录