import pyautogui print(pyautogui.position()) print(pyautogui.size()). position() 함수는 마우스 커서의 현재 위치를 (x, y) 튜플의 형태로 반환합니다.
確定! 回上一頁