摘要:
import requests,bs4,re,xlwt,xlrdfrom bs4 import BeautifulSoupdef getHTMLText(url): try: r=requests.get(url) r.raise_for_status() r.encoding=r.apparent 阅读全文
posted @ 2020-01-18 17:20
Iceberg_710815
阅读(618)
评论(0)
推荐(0)
浙公网安备 33010602011771号