上一页 1 ··· 6 7 8 9 10
摘要: 记录学习过程,本人喜欢简洁不啰嗦: 控制鼠标 1 pyautogui.moveTo(w - 100, h - 100, duration=0.25) # 立即移动到指定x, y位置坐标, duration表示移动花费的时间,0表示立即 2 pyautogui.moveRel(100, 0, dura 阅读全文
posted @ 2020-08-05 12:02 Naihe\ 阅读(839) 评论(0) 推荐(0) 编辑
摘要: 第一种、用for循环不断打开文件写入关闭 测试代码数据如下: import time begin = time.perf_counter() def a(f, lis): f.write(lis + '\n') lis = 'hello' lis2 = 'hello2' for i in range 阅读全文
posted @ 2020-07-03 09:34 Naihe\ 阅读(273) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10
// 音乐播放器