post和get区别

post和get区别 一、两种 HTTP 请求方法:GET 和 POST GET - 从指定的资源请求数据。 POST - 向指定的资源提交要被处理的数据 二、post和get对应的HTTP报文和URL区别 2.2 GET方法 请注意,查询字符串(名称/值对)是在 GET 请求的 URL 中发送的: /test/demo_form.asp?name1=value1&name2=value2 2.1
相关文章
相关标签/搜索