在做ajax请求时,会发生如图中的错误
org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported
![](https://img.haomeiwen.com/i3362699/5759e355d87b243e.png)
解决方法如下:
ajax请求加上这句话:
contentType: "application/json"
![](https://img.haomeiwen.com/i3362699/3f1fca4d37a70856.png)
在做ajax请求时,会发生如图中的错误
org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported
解决方法如下:
ajax请求加上这句话:
contentType: "application/json"
本文标题:application/x-www-form-urlencode
本文链接:https://www.haomeiwen.com/subject/xzmjkxtx.html
网友评论