要减肥帽子

文章
6
资源
0
加入时间
2年10月17天

删除cookie删除cookie

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