摘要:
import requests,bs4 from bs4 import BeautifulSoup def getHTMLText(url): try: r=requests.get(url) r.raise_for_status() r.encoding=r.apparent_encoding r 阅读全文
posted @ 2020-01-17 20:27
Iceberg_710815
阅读(582)
评论(0)
推荐(0)
浙公网安备 33010602011771号