實時獲取鼠標位置

# -*- coding: utf-8 -*- """ @author: Administrator """ import time import pyautogui try: while True: time.sleep() x, y = pyautogui.position() print(x,y) except KeyboardInte
相關文章
相關標籤/搜索