返回顶部
摘要: # -*- coding: utf-8 -*- # 利用pyautogui模块实现鼠标移动 单击 拖动 滚动 等操作 import time import pyautogui # 移动鼠标 def demo1(): # duration=1 移动时间持续1秒 pyautogui.moveTo(100 阅读全文
posted @ 2022-10-02 23:50 gz_zyg 阅读(96) 评论(0) 推荐(0) 编辑