07 2020 档案

摘要:import time import pyautogui x, y = 302, 534 # 鼠标需要移动到的位置 num_seconds = 2 # 将鼠标移动到指定坐标的间隔时间 time.sleep(8) # 延迟8秒 pyautogui.moveTo(x, y, duration=num_s 阅读全文
posted @ 2020-07-12 11:41 彻底疯狂+100 阅读(1841) 评论(0) 推荐(0)
摘要:参考播客:https://www.cnblogs.com/anpengapple/p/6399304.html?utm_source=itdadao&utm_medium=referral 阅读全文
posted @ 2020-07-10 21:52 彻底疯狂+100 阅读(152) 评论(0) 推荐(0)