python爬蟲--------requests

Requests官網:http://docs.python-requests.org/zh_CN/latest/user/quickstart.html 1.Requests 中也有一個內置的 JSON 解碼器,助你處理 JSON 數據: >>> import requests >>> r = requests.get('https://api.github.com/events') >>> r
相關文章
相關標籤/搜索