1.get是从服务器获取请求,post是向服务器发送请求

2.get会将请求参数带到url上,post则不会

3.get提交的数据量有限,而post提交的数据量没有限制

4.post相比get更加安全

相关文章:

  • 2022-01-09
猜你喜欢
  • 2021-06-18
  • 2021-05-29
  • 2021-08-21
  • 2021-05-16
相关资源
相似解决方案