網址查詢問題
2020/01/02 04:57 下午
Python網路爬蟲討論版
邱筑
觀看數:2
回答數:3
收藏數:0
pycrawler
pycrawler-d15
請問原網址: https://rate.bot.com.tw/xrt/history/USD' 網址1
案查詢後變: https://rate.bot.com.tw/xrt/quote/2019-08/USD 網址2
quote_history_url = history_rate_link.replace("history", "quote/2019-10")
>>> "quote/2019-10" 是如何查到的???
還是純粹 網址1變成網址2 多/quote/2019-08/USD
所以 用這樣("history", "quote/2019-10") ???
因為用GOOGLE瀏覽器檢查 看不到送什麼出去 ???
謝謝