python BeautifulSoup

result = requests.get(url=url)
soup = BeautifulSoup(result.content,features="lxml")
links = soup.select('.atc_title')
 
posted @ 2022-02-09 15:20  二班长  阅读(28)  评论(0编辑  收藏  举报