現在我們把爬下來的html,用BeautifulSoup解析出來,然後存在soup變數中。 import requests from bs4 import BeautifulSoup res = requests.get('https:// ...
確定! 回上一頁