摘要: import datetime,logging import asyncio from pyppeteer import launch from lxml import etree async def getMvPlays(url): browser = await launch({'handleS 阅读全文
posted @ 2021-07-06 18:53 3ξ 阅读(68) 评论(0) 推荐(0) 编辑
摘要: 1.先上功能,直接自动化发消息 我们首先需要定位窗口坐标, import pyautogui as pg print(pg.position()) import pyautogui as pg import pyperclip import time time.sleep(5) msg = "aaa 阅读全文
posted @ 2021-07-06 08:39 3ξ 阅读(340) 评论(0) 推荐(0) 编辑