# 獲取網頁的HTML內容 url = "https://rate.bot.com.tw/xrt?Lang=zh-TW" response = requests.get(url) html_doc = response.text # 使用Beautiful ...
確定! 回上一頁