1. 首页
  2. 编程语言
  3. Java
  4. java中管理员板块

java中管理员板块

上传者: 2019-09-19 23:33:07上传 JAVA文件 5.53KB 热度 25次
简单易懂的代码publicvoiddoPost(HttpServletRequestrequest,HttpServletResponseresponse)throwsServletException,IOException{Stringmethod=request.getParameter("method");if(method!=null){if(method.equals("addcategory")){addCategory(request,response);}elseif(method.equals("categorylist&qu
下载地址
用户评论