摘要:
import datetime,logging import asyncio from pyppeteer import launch from lxml import etree async def getMvPlays(url): browser = await launch({'handleS 阅读全文
摘要:
1.先上功能,直接自动化发消息 我们首先需要定位窗口坐标, import pyautogui as pg print(pg.position()) import pyautogui as pg import pyperclip import time time.sleep(5) msg = "aaa 阅读全文