pip install pyautogui
pyautogui .moveTo(a,b,2) //将鼠标移动至坐标点(a,b)
pyautogui.position()
import time time.sleep(x) //延迟x秒
京公网安备 11010502049817号