searchcontent.jsp
来自「swnglu数据库连接统struts和hinernate」· JSP 代码 · 共 14 行
JSP
14 行
<%@include file="taglibs.jsp" %>
<html:errors/>
<body>
<html:form action="/search">
name :<br> <html:text property="name"/><html:errors property="name"/><br/>
address :<br> <html:text property="address"/><html:errors property="address"/><br/>
phone :<br> <html:text property="phone"/><html:errors property="phone"/><br/>
email :<br> <html:text property="email"/><html:errors property="email"/><br/>
province:<br> <html:text property="province"/><html:errors property="province"/><br/>
<html:submit/><html:cancel/>
</html:form>
</body>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?