import requests r = requests.get('https://api.github.com/events') print(r.content). It will print the response in an encoded form.
確定! 回上一頁