It's working import requests from bs4 import BeautifulSoup url = "https://stackoverflow.com/questions" response = requests.get(url) soup ...
確定! 回上一頁