1.get是从服务器获取请求,post是向服务器发送请求 2.get会将请求参数带到url上,post则不会 3.get提交的数据量有限,而post提交的数据量没有限制 4.post相比get更加安全 相关文章: 2022-01-09