四、SpringBoot基础HTTP接口POST,PUT,DELETE请求实战 简介:讲解http请求post,put, delete提交方式post
新建一个OtherHttpController post put通常是更新,更新用户的年龄、帐号密码 delete就是删除操做 测试
表单提交数据 这里通常都是选择x-www-form-urlencoded url
使用put测试del报错 3d