📄 bsform.jsp
字号:
<%@ 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 BsForm form</title> </head> <body> <html:form action="/bs"> bsId : <html:text property="bsId"/><html:errors property="bsId"/><br/> commodity : <html:text property="commodity"/><html:errors property="commodity"/><br/> contact : <html:text property="contact"/><html:errors property="contact"/><br/> price : <html:text property="price"/><html:errors property="price"/><br/> employee : <html:text property="employee"/><html:errors property="employee"/><br/> description : <html:text property="description"/><html:errors property="description"/><br/> enterprise : <html:text property="enterprise"/><html:errors property="enterprise"/><br/> logDate : <html:text property="logDate"/><html:errors property="logDate"/><br/> quantity : <html:text property="quantity"/><html:errors property="quantity"/><br/> saleQuantity : <html:text property="saleQuantity"/><html:errors property="saleQuantity"/><br/> <html:submit/><html:cancel/> </html:form> </body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -