request.setAttribute("val", value); 页面上${val}就取到value的值了把数据放在一个map中,return这个map,页面上就能取到这个map中的值ajax:response.getWriter().print(value);