HTTP协议 与 Requests库:1 HTTP协议:2 URL作为网络定位的标识: >>>> 用户通过url来定位资源 >>>> 然后通过 get head 获取资源 >>>> 通过put post patch delete 上传和删除 操作资源 HTTP协议 与 Requests库:简单认识一下Requests库的方法: