soup = BeautifulSoup(html_doc, 'html.parser') ## Find All <a> Tags print(soup.find_all('a')) """ Output: [ <a href="http://example.com">Link 1</a>,
確定! 回上一頁