会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
学无止境
博客园
首页
新随笔
联系
订阅
管理
07 2020 档案
python实现隔段时间点击一下电脑屏幕的某块区域
摘要: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)
openpyxl 模块的使用
摘要:参考播客:https://www.cnblogs.com/anpengapple/p/6399304.html?utm_source=itdadao&utm_medium=referral
阅读全文
posted @
2020-07-10 21:52
彻底疯狂+100
阅读(152)
评论(0)
推荐(0)
公告