java中管理员板块
简单易懂的代码publicvoiddoPost(HttpServletRequestrequest,HttpServletResponseresponse)throwsServletException,IOException{Stringmethod=request.getParameter("method");if(method!=null){if(method.equals("addcategory")){addCategory(request,response);}elseif(method.equals("categorylist&qu
下载地址
用户评论