为了账号安全,请及时绑定邮箱和手机立即绑定

不能向页面传值

不能向页面传值

小荨3408782 2016-08-04 17:42:19
protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException { // 设置编码 req.setCharacterEncoding("UTF-8"); // 接受页面得值 String command = req.getParameter("command"); String description = req.getParameter("description"); // 想页面传值 req.setAttribute("command", command); req.setAttribute("description", description); QueryService  listService =  new QueryService(); // 数据传输值 req.setAttribute("messageList", listService.queryMessageList(command, description)); // 查询消息列表并传值 req.getRequestDispatcher("/WEB-INF/jsp/back/list.jsp").forward(req, resp); } @Override protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
查看完整描述

1 回答

?
丶包菜

TA贡献158条经验 获得超233个赞


页面传过来请求叫Request,你给页面传值叫Response。可是你一直在操作Request

查看完整回答
反对 回复 2016-08-04
  • 1 回答
  • 0 关注
  • 1273 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信