安裝Python 2 的Beautiful Soup 4 模組 sudo apt-get install python-bs4 ... for tag in a_tags: # 輸出超連結網址 print(tag.get('href'))
確定! 回上一頁