摘要: 爬虫作业 import requests url="https://www.so.comsrc=so.com" def getHTMLText(url): try: r=requests.get(url) r.raise_for_status() r.encoding="utf-8" print(" 阅读全文
posted @ 2023-12-13 01:16 Partikel 阅读(10) 评论(0) 推荐(0)