for link in soup.find_all('a'): print(link.get('href')) # http://example.com/elsie ... Another common task is extracting all the text from a page:.
確定! 回上一頁