返回顶部
摘要: # -*- coding: utf-8 -*- import time from pyautogui import * def demo1(): time.sleep(2) # 控制键盘发送文本 write('hello world', interval=0.01) print('') time.s 阅读全文
posted @ 2022-10-05 17:02 gz_zyg 阅读(69) 评论(0) 推荐(0) 编辑