简述六种请求方法,get、head、put、delete、post、options区别
Get
HEAD
POST
PUT
DELETE
OPTIONS
TRACE
注意
Getget请求是用来获取数据的,只是用来查询数据,不对服务器
2020-11-09