?? regcheck.jsp
字號:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>注冊頁面</title>
</head>
<body>
<jsp:useBean id = "handle" class="reg.RegBean" scope="request">
<jsp:setProperty name = "handle" property = "*"/>
</jsp:useBean>
<%
if(handle.check()){
%>
<jsp:forward page = "register_do.jsp"/>
<%
}
else{
%>
<jsp:forward page = "rereg.jsp"/>
<%
}
%>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -