摘要: #制作100份word表 from docx import Document from openpyxl import load_workbook import os,shutil import time def progressBar(i,total): print('\r当前进度:{0}{1}% 阅读全文
posted @ 2021-05-11 23:06 yxmichael 阅读(70) 评论(0) 推荐(0) 编辑
摘要: #抓取网页图片 #适用于html页面结构为:li>img #抓取单个网页图片小程序 #version:V1.0 #author:yxmichael #更新时间:20210511 import requests from bs4 import BeautifulSoup import os,shuti 阅读全文
posted @ 2021-05-11 16:56 yxmichael 阅读(53) 评论(0) 推荐(0) 编辑