摘要: (2) import requests from bs4 import BeautifulSoup def getUrlText(url): try: web = requests.get(url) soup = BeautifulSoup(web.text) web.raise_for_statu 阅读全文
posted @ 2020-12-13 23:26 减辞 阅读(118) 评论(0) 推荐(0)