除暖

请求-参数传参 01

电脑版发表于:2022/7/29 19:03
  • 请求参数(重点)

  • 类型转换器

  • 请求映射(重点)


请求参数类型

  • 普通类型参数

  • PoJo类型参数

  • 数组类型参数

  • 集合类型参数


1、环境
1.1、pom文件还是综合案例那些
1.2、spring-mvc.xml

1.3、web.xml

二、普通类型参数案例、
1、

2、用@RequestParam

三、POJO类型参数传参
1、

2、参数冲突

3、复杂pojo类型参数
3.1、

3.2、

3.3、


注意:在高版本的tomcat中无法识别前端提交的字符,如 [ ] { } 之类

解决办法是修改tomcat配置文件,打开tomcat配置目录conf中的server.xml

修改如下

<Connector port="8080" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" 
               URIEncoding="utf-8" 
               relaxedPathChars="|{}[],%"
               relaxedQueryChars="|{}[],%"/>

转载:https://blog.csdn.net/hogger/article/details/122790469


3.3、



四、数组与集合类型参数传参
1、
2、

关于TNBLOG
TNBLOG,技术分享。技术交流:群号677373950
ICP备案 :渝ICP备18016597号-1
App store Android
精彩评论
{{item.replyName}}
{{item.content}}
{{item.time}}
{{subpj.replyName}}
@{{subpj.beReplyName}}{{subpj.content}}
{{subpj.time}}
猜你喜欢