亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

老師給的后續功能,查找、點擊記錄后面的刪除鏈接以后如何刪除后返回列表而保留搜索結果

protected void doGet(HttpServletRequest request,
?? ??? ??? ?HttpServletResponse response) throws ServletException, IOException {
?? ??? ?// 設置編碼
?? ??? ?request.setCharacterEncoding("UTF-8");
?? ??? ?// 接收頁面的值
?? ??? ?String id = request.getParameter("id");
?? ??? ?MaintainService maintainService = new MaintainService();
?? ??? ?maintainService.deleteOne(id);
?? ??? ?// 向頁面跳轉

?? ???? String command = request.getParameter("command");
?? ??? ?String description = request.getParameter("description");
?? ??? ?request.setAttribute("command", command);
?? ??? ?request.setAttribute("description", description);
?? ??? ?ListService listService = new ListService();
?? ??? ?// 查詢消息列表并傳給頁面
?? ??? ?request.setAttribute("messageList",listService.queryMessageList(command, description));
?? ???? request.getRequestDispatcher("/List.action").forward(request, response);
?? ?}

<a></a>點擊不能觸發上面搜索欄的提交吧?

正在回答

舉報

0/150
提交
取消

老師給的后續功能,查找、點擊記錄后面的刪除鏈接以后如何刪除后返回列表而保留搜索結果

我要回答 關注問題
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號