>>> import requests >>> r = requests.get('https://api.github.com/events') >>> r.status_code 200 >>> r.headers['content-type'] 'application/json; ...
確定! 回上一頁