1.get请求通常表示获取数据,
2.post请求通常表示提交数据
3.get请求发送的数据都写在地址栏上,用户可见
4.post请求发送的数据用户不可见
5.get请求不能提交大量数据,但是post可以