params和data的区别,即get和post请求的区别,HTTP协议的基础知识

get请求参数是带在url上的,必须使用params

post请求是body data使用data

相关文章: