Beautiful Soup is a Python library for pulling data out of HTML and XML files. ... for link in soup.find_all('a'): print(link.get('href')) ...
確定! 回上一頁