?? eneity.jsp
字號:
<%@ page language="java" pageEncoding="ISO-8859-1"%><%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%> <%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%> <html> <head> <title>JSP for EneityForm form</title> </head> <body> <html:form action="/eneity"> age : <html:text property="age"/><html:errors property="age"/><br/> username : <html:text property="username"/><html:errors property="username"/><br/> id : <html:text property="id"/><html:errors property="id"/><br/> <html:submit/><html:cancel/> </html:form> </body></html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -