python三方库之requests的快速上手 本文基于2.21.0发送请求发送GET请求:r=requests.get('https://api.github.com/events')发送POST请求:r=requ python三方库requests