springmvc请求参数绑定集合类型

Account.java
public class Account implements Serializable {
    private String username;
    private String password;
    private Double money;

    private List<User> list;
    private Map<String,User> map;

param.jsp
<form action="param/saveAccount" method="post">
        姓名:<input type="text" name="username" /><br>
        密码:<input type="text" name="password" /><br>
        金额:<input type="text" name="money" /><br>

        user姓名:<input type="text" name="list[0].name" /><br>
        user年龄:<input type="text" name="list[0].age" /><br>

        user姓名:<input type="text" name="map['one'].name" /><br>
        user年龄:<input type="text" name="map['one'].age" /><br>
        <input type="submit" value="提交">
    </form>

ParameterController.java
    @RequestMapping("/saveAccount")
    public String testSaveAccount(Account account) {
        System.out.println("执行了...");
        System.out.println("account:"+account);
        return "success";
    }
account:Account{username='阿花', password='123', money=1000.0, list=[User{name='阿虎', age=21}], map={one=User{name='阿来', age=29}}}
全部评论

相关推荐

不愿透露姓名的神秘牛友
昨天 12:05
点赞 评论 收藏
分享
05-20 21:57
已编辑
门头沟学院 Java
喜欢吃卤蛋的悲伤蛙在...:建信融通没消息吧,我2说有实习挂简历不理了
点赞 评论 收藏
分享
不愿透露姓名的神秘牛友
07-04 18:02
好不容易拿到了字节Offer,鼠鼠做后端的,但家里人觉得可能被裁员不稳定,让鼠鼠去投国企,现在好纠结到底该咋选
文档传偷助手:该投就投吧,不过建议别放弃offer 拿到手里的才是最好的
投递字节跳动等公司8个岗位
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务