searchcontent.jsp

来自「swnglu数据库连接统struts和hinernate」· JSP 代码 · 共 14 行

JSP
14
字号
<%@include file="taglibs.jsp" %>
<html:errors/>
<body>
<html:form action="/search"> 
			name :<br>&nbsp;<html:text property="name"/><html:errors property="name"/><br/> 
			address :<br>&nbsp;<html:text property="address"/><html:errors property="address"/><br/>
			phone :<br>&nbsp;<html:text property="phone"/><html:errors property="phone"/><br/>
			email :<br>&nbsp;<html:text property="email"/><html:errors property="email"/><br/>
			province:<br>&nbsp;<html:text property="province"/><html:errors property="province"/><br/>
			<html:submit/><html:cancel/>
		</html:form> 
		</body>
		
	

⌨️ 快捷键说明

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