要减肥帽子

文章
6
资源
0
加入时间
3年0月8天

删除cookie删除cookie

删除cookieprotected void exit(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { request.getSession().removeAttribute("userinfo"); //删除cook...