//把items的属性值都拷贝到itemsCustom BeanUtils.copyProperties(items,itenmsCustom); 当Controller类的方法的: 返回值为ModelAndView时: ·直接创建ModelAndView对象并returnmodelAndView 返回值为String时: `表示返回逻辑视图名(jsp路径=前缀+逻辑视图名+后缀) return "api/search"; `形参可以(Model model,HttpServletRequest reuest); ...