import requests from bs4 import BeautifulSoup url = 'https://water.taiwanstat.com/' web = requests.get(url) # soup = BeautifulSoup(web.text, "html.parser") ...
確定! 回上一頁