📜  pyautogui ctrl c - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:33.504000             🧑  作者: Mango

代码示例2
>>> pyautogui.press('enter')  # press the Enter key
>>> pyautogui.press('f1')     # press the F1 key
>>> pyautogui.press('left')   # press the left arrow key