参数绑定(从请求中接收参数) 1)默认类型: 在controller方法中可以有也可以没有,看自己需求随意添加. httpservletRqeust,httpServletResponse,httpSession,Model(ModelMap其实就是Mode的一个子类 ,一般用的不多) 2)基本类型:string,double,float,integer,long.boolean 3)pojo类型:页面上input框的name属性值必须要等于pojo的属性名称 4)vo类型:页面上input框的