我尝试了python请求库文档中提供的示例:
http://docs.python-requests.org/en/latest/user/advanced/#asynchronous-requests
与async.map(rs)我得到的响应代码,但我想请求每一页的内容.
async.map(rs)
out = async.map(rs) print out[0].content
例如,只是不工作.
python asynchronous httprequest python-requests
asynchronous ×1
httprequest ×1
python ×1
python-requests ×1