📄 includeaccountfields.jsp
字号:
<%--
<%@taglib uri="struts-bean" prefix="bean"%>
<%@taglib uri="struts-logic" prefix="logic"%>
<%@taglib uri="struts-html" prefix="html"%>
--%>
<FONT color=darkgreen><H3>Account Information</H3></FONT>
<TABLE bgcolor="#008800" border=0 cellpadding=3 cellspacing=1 bgcolor=#FFFF88>
<TR bgcolor=#FFFF88><TD>
全名:</TD><TD><html:text name="accountForm" property="name" />
</TD></TR>
<TR bgcolor=#FFFF88><TD>
Email:</TD><TD><html:text size="40" name="accountForm" property="email" />
</TD></TR>
<TR bgcolor=#FFFF88><TD>
电话:</TD><TD><html:text name="accountForm" property="phone" />
</TD></TR>
<TR bgcolor=#FFFF88><TD>
地址1:</TD><TD><html:text size="40" name="accountForm" property="address1" />
</TD></TR>
<TR bgcolor=#FFFF88><TD>
地址2:</TD><TD><html:text size="40" name="accountForm" property="address2" />
</TD></TR>
<TR bgcolor=#FFFF88><TD>
城市: </TD><TD><html:text name="accountForm" property="city" />
</TD></TR>
<TR bgcolor=#FFFF88><TD>
省份:</TD><TD><html:text size="4" name="accountForm" property="state" />
</TD></TR>
<TR bgcolor=#FFFF88><TD>
邮编:</TD><TD><html:text size="10" name="accountForm" property="zip" />
</TD></TR>
<TR bgcolor=#FFFF88><TD>
国家: </TD><TD><html:text size="15" name="accountForm" property="country" />
</TD></TR>
</TABLE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -