804c2cc18b13001c120ca3743499c59c

来自「使用JSP+Servlet+Hibernate+Struts实现的一个学生软件发」· 代码 · 共 25 行

TXT
25
字号
<%@ page language="java" pageEncoding="ISO-8859-1"%><%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean"%> <%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html"%> <html> 	<head>		<title>JSP for RegisterForm form</title>	</head>	<body>		<html:form action="/register">			sex : <html:radio property="sex"/><html:errors property="sex"/><br/>			nick : <html:text property="nick"/><html:errors property="nick"/><br/>			email : <html:text property="email"/><html:errors property="email"/><br/>			tel : <html:text property="tel"/><html:errors property="tel"/><br/>			name : <html:text property="name"/><html:errors property="name"/><br/>			userName : <html:text property="userName"/><html:errors property="userName"/><br/>			rePassword : <html:password property="rePassword"/><html:errors property="rePassword"/><br/>			password : <html:password property="password"/><html:errors property="password"/><br/>			class_ : <html:text property="class_"/><html:errors property="class_"/><br/>			<html:submit/><html:cancel/>		</html:form>	</body></html>

⌨️ 快捷键说明

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