📄 insertcontent.jsp
字号:
<%@ include file = "taglibs.jsp" %>
<html:errors/>
<body>
<html:form action="/insert">
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:select property="province">
<html:optionsCollection name="proCollection"/>
</html:select>
<html:errors property="province"/>
<html:submit/><br> <html:link href="/form/mainContent.jsp">main</html:link> </html:form>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -