⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 start_res.jsp

📁 javaWEB应用网立足于提供从WEB技术到WEB应用全方位免费 ║ ║ 共享服务。这个平台是大家学习、应用、交流WEB技术的最 ║ ║ 有力平台。我们坚信成功来源于共享和合作
💻 JSP
字号:
<%@ page contentType="text/html; charset=GBK" %>
<html>
<head>
<title>
start_res
</title>
</head>
<jsp:useBean id="start_resBeanId" scope="session" class="sk.start_resBean" />
<jsp:setProperty name="start_resBeanId" property="*" />

<%

try{

start_resBeanId.setChannelid(Integer.parseInt(request.getParameter("c1hannel3"+request.getParameter("S1Level3"))));
start_resBeanId.setId(Integer.parseInt(request.getParameter("userid")));
start_resBeanId.setTrialtime(request.getParameter("trialtime"));
start_resBeanId.setValidperiod(request.getParameter("validperiod"));
start_resBeanId.insert();
}catch (Exception ex){
out.print("<br><FONT color=#ff0000><center>"+"您的输入不完整!!</center></font></p>");
}
out.println(request.getParameter("trialtime"));
response.sendRedirect("start.jsp?userid="+request.getParameter("userid")+"&validperiod="+request.getParameter("validperiod")+"&trialtime="+request.getParameter("trialtime"));
%>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -