随笔分类 -  SpringMvc

SpringMvc相关知识
摘要:1. @RequestParam 用来处理Content-Type为application/x-www-form-urlencoded(默认类型如果不指定) GET和POST请求传的参数会自动转换赋值到@RequestParam 所注解的变量上 例1: http://localhost:8080/t 阅读全文
posted @ 2017-10-17 13:47 舟舟舟舟舟 阅读(4512) 评论(0) 推荐(0)