项目笔记2

Map<String, String[]> map = request.getParameterMap();
User user=new User();
MyBeanUtils.populate(user, map);
System.out.println(user);

接口抛出异常,对应类也要抛出异常

猜你喜欢

转载自www.cnblogs.com/dianzan/p/9940372.html
今日推荐