08 2022 档案
摘要:# -*- coding: utf-8 -*- """ Created on Thu Aug 11 11:29:35 2022 @author: koneko """ from docx import Document doc = Document(r"test.docx") runs = doc.
阅读全文
摘要:代码: # -*- coding: utf-8 -*- """ Created on Fri Aug 5 17:11:50 2022 @author: koneko """ import requests import docx import re import sqlite3 import ope
阅读全文
摘要:https://www.jb51.net/article/236258.htm https://blog.csdn.net/weixin_43314650/article/details/119999867 https://github.com/cluic/wxauto 【uiautomation】
阅读全文
摘要:https://www.zhihu.com/question/24332521?sort=created
阅读全文
摘要:代码 import requests #导入第三方库 from bs4 import BeautifulSoup as bs import re import os import random import json import openpyxl import time headers = {'u
阅读全文
摘要:Regexpal https://www.regexpal.com/ regexr https://regexr.com/ regexlearn 可以在线学习正则表达式 https://regexlearn.com/ regex101 https://regex101.com/ 正则表达式30分钟入
阅读全文