美文网首页
request 中两种最常见的请求方法

request 中两种最常见的请求方法

作者: 霍尔元件 | 来源:发表于2019-10-09 17:44 被阅读0次

https://morvanzhou.github.io/tutorials/data-manipulation/scraping/3-01-requests/

  • get
    • 网页搜索关键字
  • post
    • 账号登陆
    • 上传图像

get 在url中拼接字段来发送给服务器
post 是一种更加安全,个性化的请求

post 中文是发送, 比较主动, 你控制了服务器返回的内容. 而 get 中文是取得, 是被动的, 你没有发送给服务器个性化的信息, 它不会根据你个性化的信息返回不一样的 HTML.

相关文章

网友评论

      本文标题:request 中两种最常见的请求方法

      本文链接:https://www.haomeiwen.com/subject/nwwgpctx.html