批量爬取网站上的文本和图片,并保存至word中
摘要:
1 from pyquery import PyQuery as pq 2 import requests as rs 3 from docx import Document 4 from docx.shared import RGBColor 5 6 7 html = ''' 8 https:// 阅读全文
posted @ 2020-06-30 17:03 Cooper_73 阅读(2093) 评论(0) 推荐(0) 编辑