Content-type"是"application/json的作用

request中发送json数据用post方式发送Content-type用application/json;charset=utf-8方式发送的话,直接用springMVC的@RequestBody标签接收后面跟实体对象就行了,spring会帮你自动拼装成对象,如果Content-type设置成application/x-www-form-urlencoded;charset=utf-8就不能用spring的东西了,只能以常规的方式获取json串了

Content-type"是"application/json的作用

上一篇:springMVC的各种HandlerMapping:(默认有BeanNameUrl和AnnotationHandlerMapping)


下一篇:vue 打包后app.css,verondor.js文件过大