首页>代码>JSP+servlet+maven疫情体温登记系统>/HealthSystem/src/main/java/xkng/servlet/HealthJumpServlet.java
package xkng.servlet;

import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import xkng.util.JDBCUtil;

import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.List;

/**
 * 页面跳转
 * @author ke
 */
@WebServlet("/HealthJump")
public class HealthJumpServlet extends HttpServlet {


    @Override
    protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
        doPost(req, resp);
    }

    @Override
    protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
        String url= req.getParameter("url");
        if(url.equals("AddHealthRegister")){
            req.setAttribute("inx","1");
            req.getRequestDispatcher("/WEB-INF/view/HealthRegistrationAdd.jsp").forward(req,resp);
        }else if(url.equals("EditHealthRegister")){
            JSONObject  param = (JSONObject) JSONObject.parse(req.getParameter("param"));
            req.setAttribute("data",param);
            req.getRequestDispatcher("/WEB-INF/view/HealthRegistrationEdit.jsp").forward(req,resp);
        }
    }
}
最近下载更多
weilaizhisheng  LV21 2023年10月10日
微信网友_6508798513811456  LV5 2023年6月9日
996171721  LV7 2023年5月31日
1755754535  LV5 2022年12月27日
wwb521  LV7 2022年11月18日
微信网友_6191697646571520  LV6 2022年10月28日
15904867178  LV4 2022年7月12日
zhangjian01  LV7 2022年4月26日
119892537  LV8 2022年4月18日
huaiyuejiu  LV9 2022年4月14日
最近浏览更多
hmf1989 8月23日
暂无贡献等级
15719908287  LV9 6月19日
ma406805131  LV15 6月15日
80730176  LV7 3月20日
weilaizhisheng  LV21 2023年10月10日
zhumeng168  LV5 2023年7月6日
119892537  LV8 2023年6月14日
微信网友_6508798513811456  LV5 2023年6月9日
996171721  LV7 2023年5月29日
IlIlIIl  LV2 2023年5月9日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友