摘要: Controller层: Student stu=new Student(); stu.SetName("小三"); stu.SetAge(12); stu.SetSex("男"); Student stu2=new Student(); stu.SetName("小四"); stu.SetAge( 阅读全文
posted @ 2020-05-28 18:00 乖怪丶 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 声明一个value为map的map,然后在foreach的时候 collection="key" controller层: String district="章贡区"; String [] ids={"1","2","3"}; map.put("district",district); map.pu 阅读全文
posted @ 2020-05-28 17:38 乖怪丶 阅读(1195) 评论(0) 推荐(0) 编辑
……