摘要: PyAutoGUI主要用于模拟鼠标和键盘操作,支持Windows、macOS和Linux桌面环境。 其所有用法尽在此处: import pyautogui import time def moveDemo(): print("鼠标位置:",pyautogui.position()) # 显示当前鼠标 阅读全文
posted @ 2025-10-15 15:39 小y 阅读(55) 评论(0) 推荐(0)