📅  最后修改于: 2022-03-11 14:47:23.131000             🧑  作者: Mango
from bs4 import BeautifulSoup
import requests
response = requests.get('url')
all_links = response.find_all('a') # this will return all links+text