r = requests.get('https://www.google.com'). 現在我們得到一個 Response 物件叫做 r ,可以得到這個物件裡面的資訊像是 status_code , url , text ...
確定! 回上一頁