springMVC使用PUT、DELETE方法传递参数解决方案

新项目使用restful风格的编程方式,例studentjavascript get方法html /student    对应list查询前端 /student/{id} 对应id查询java post方法web /student  对应新增ajax put方法spring /student  对应编辑编程 delete方法json /student  对应批量删除springboot /stud
相关文章
相关标签/搜索