import requests · from bs4 import BeautifulSoup · c = result.content · soup = BeautifulSoup(c, "html.parser") · links = soup.find_all("a") ...
確定! 回上一頁