- 本文由 RS 发表于 2020年3月2日 11:39:16
爬虫代码范例-抓 取PPT看板NBA,并存储为josn格式
import requests from bs4 import BeautifulSoup import json url='https://www.ptt.cc/bbs/nba/index.html...
24评论
python代码:doc转docx文件
import os from win32com import client def doc_to_docx(path): if os.path.splitext(path)[1] == ".doc":...
66评论
评论