摘要:
代码实现 from typing import Sized from docx import Document import time from docxtpl import DocxTemplate,InlineImage,RichText from docx.shared import Mm f 阅读全文
posted @ 2021-11-23 19:55
豆浆D
阅读(933)
评论(0)
推荐(0)
摘要:
代码 import pyautogui,pyperclip,time width, height = pyautogui.size() x, y = pyautogui.position() pyautogui.PAUSE=1 # 维护区 name = 'me' # 发送人 text = 'test 阅读全文
posted @ 2021-11-23 11:09
豆浆D
阅读(217)
评论(0)
推荐(0)