摘要: 以下程序实现了在编辑框处点击,然后用键盘输入的功能 import pyautogui import time time.sleep(10) currentMouseX, currentMouseY = pyautogui.position() print(currentMouseX,currentM 阅读全文
posted @ 2019-12-18 16:38 mghhz816 阅读(5783) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/jinyuanliu/p/10901921.html 阅读目录 安装 基本使用 鼠标操作 键盘操作 问题 回到顶部 安装 1 pip install pyautogui 回到顶部 基本使用 查询 1 2 3 4 5 screenWidth, sc 阅读全文
posted @ 2019-12-18 16:29 mghhz816 阅读(57) 评论(0) 推荐(0) 编辑