import requests from bs4 import BeautifulSoup r = requests.get('https://www.google.com/search?q=python3') soup = BeautifulSoup(r.text, 'lxml').
確定! 回上一頁