📄 register_jsp.java
字号:
}
private boolean _jspx_meth_html_select_1(javax.servlet.jsp.tagext.JspTag _jspx_th_html_form_0, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// html:select
org.apache.struts.taglib.html.SelectTag _jspx_th_html_select_1 = (org.apache.struts.taglib.html.SelectTag) _jspx_tagPool_html_select_style_property.get(org.apache.struts.taglib.html.SelectTag.class);
_jspx_th_html_select_1.setPageContext(_jspx_page_context);
_jspx_th_html_select_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_form_0);
_jspx_th_html_select_1.setProperty("address.province");
_jspx_th_html_select_1.setStyle("font-family: Tahoma,Verdana,宋体; font-size: 12px; line-height: 15px; color: #000000");
int _jspx_eval_html_select_1 = _jspx_th_html_select_1.doStartTag();
if (_jspx_eval_html_select_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
if (_jspx_eval_html_select_1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
out = _jspx_page_context.pushBody();
_jspx_th_html_select_1.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
_jspx_th_html_select_1.doInitBody();
}
do {
out.write("\r\n");
out.write(" <option value=\"安徽\" selected>安徽</option>\r\n");
out.write("\r\n");
out.write(" <option value=\"北京\" >北京</option>\r\n");
out.write("\r\n");
out.write(" <option value=\"重庆\" >重庆</option>\r\n");
out.write("\r\n");
out.write(" <option value=\"福建\" >福建</option>\r\n");
out.write("\r\n");
out.write(" <option value=\"广东\" >广东</option>\r\n");
out.write("\r\n");
out.write(" <option value=\"甘肃\" >甘肃</option>\r\n");
out.write("\r\n");
out.write(" <option value=\"广西\" >广西</option>\r\n");
out.write("\r\n");
out.write(" <option value=\"贵州\" >贵州</option>\r\n");
out.write("\r\n");
out.write(" <option value=\"河南\" >河南</option>\r\n");
out.write("\r\n");
out.write(" <option value=\"湖北\" >湖北</option>\r\n");
out.write("\r\n");
out.write(" <option value=\"河北\" >河北</option>\r\n");
out.write("\r\n");
out.write(" <option value=\"海南\" >海南</option>\r\n");
out.write("\r\n");
out.write(" <option value=\"香港\" >香港</option>\r\n");
out.write("\r\n");
out.write(" <option value=\"黑龙江\" >黑龙江</option>\r\n");
out.write("\r\n");
out.write(" <option value=\"湖南\" >湖南</option>\r\n");
out.write("\r\n");
out.write(" <option value=\"吉林\" >吉林</option>\r\n");
out.write("\r\n");
out.write(" <option value=\"江苏\" >江苏</option>\r\n");
out.write("\r\n");
out.write(" <option value=\"江西\" >江西</option>\r\n");
out.write("\r\n");
out.write(" <option value=\"辽宁\" >辽宁</option>\r\n");
out.write("\r\n");
out.write(" <option value=\"澳门\" >澳门</option>\r\n");
out.write("\r\n");
out.write(" <option value=\"内蒙古\" >内蒙古</option>\r\n");
out.write("\r\n");
out.write(" <option value=\"宁夏\" >宁夏</option>\r\n");
out.write("\r\n");
out.write(" <option value=\"青海\" >青海</option>\r\n");
out.write("\r\n");
out.write(" <option value=\"四川\" >四川</option>\r\n");
out.write("\r\n");
out.write(" <option value=\"山东\" >山东</option>\r\n");
out.write("\r\n");
out.write(" <option value=\"上海\" >上海</option>\r\n");
out.write("\r\n");
out.write(" <option value=\"陕西\" >陕西</option>\r\n");
out.write("\r\n");
out.write(" <option value=\"山西\" >山西</option>\r\n");
out.write("\r\n");
out.write(" <option value=\"天津\" >天津</option>\r\n");
out.write("\r\n");
out.write(" <option value=\"台湾\" >台湾</option>\r\n");
out.write("\r\n");
out.write(" <option value=\"新疆\" >新疆</option>\r\n");
out.write("\r\n");
out.write(" <option value=\"西藏\" >西藏</option>\r\n");
out.write("\r\n");
out.write(" <option value=\"云南\" >云南</option>\r\n");
out.write("\r\n");
out.write(" <option value=\"浙江\" >浙江</option>\r\n");
out.write("\r\n");
out.write(" <option value=\"其它\" >其它</option>\r\n");
out.write("\t\t\t");
int evalDoAfterBody = _jspx_th_html_select_1.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
if (_jspx_eval_html_select_1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
out = _jspx_page_context.popBody();
}
}
if (_jspx_th_html_select_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
_jspx_tagPool_html_select_style_property.reuse(_jspx_th_html_select_1);
return true;
}
_jspx_tagPool_html_select_style_property.reuse(_jspx_th_html_select_1);
return false;
}
private boolean _jspx_meth_html_text_1(javax.servlet.jsp.tagext.JspTag _jspx_th_html_form_0, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// html:text
org.apache.struts.taglib.html.TextTag _jspx_th_html_text_1 = (org.apache.struts.taglib.html.TextTag) _jspx_tagPool_html_text_style_size_property_nobody.get(org.apache.struts.taglib.html.TextTag.class);
_jspx_th_html_text_1.setPageContext(_jspx_page_context);
_jspx_th_html_text_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_form_0);
_jspx_th_html_text_1.setSize("8");
_jspx_th_html_text_1.setProperty("address.city");
_jspx_th_html_text_1.setStyle("font-family: Tahoma,Verdana,宋体; font-size: 12px; line-height: 15px; color: #000000");
int _jspx_eval_html_text_1 = _jspx_th_html_text_1.doStartTag();
if (_jspx_th_html_text_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
_jspx_tagPool_html_text_style_size_property_nobody.reuse(_jspx_th_html_text_1);
return true;
}
_jspx_tagPool_html_text_style_size_property_nobody.reuse(_jspx_th_html_text_1);
return false;
}
private boolean _jspx_meth_html_text_2(javax.servlet.jsp.tagext.JspTag _jspx_th_html_form_0, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// html:text
org.apache.struts.taglib.html.TextTag _jspx_th_html_text_2 = (org.apache.struts.taglib.html.TextTag) _jspx_tagPool_html_text_style_size_property_maxlength_nobody.get(org.apache.struts.taglib.html.TextTag.class);
_jspx_th_html_text_2.setPageContext(_jspx_page_context);
_jspx_th_html_text_2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_form_0);
_jspx_th_html_text_2.setSize("64");
_jspx_th_html_text_2.setMaxlength("32");
_jspx_th_html_text_2.setProperty("address.street");
_jspx_th_html_text_2.setStyle("font-family: Tahoma,Verdana,宋体; font-size: 12px; line-height: 15px; color: #000000");
int _jspx_eval_html_text_2 = _jspx_th_html_text_2.doStartTag();
if (_jspx_th_html_text_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
_jspx_tagPool_html_text_style_size_property_maxlength_nobody.reuse(_jspx_th_html_text_2);
return true;
}
_jspx_tagPool_html_text_style_size_property_maxlength_nobody.reuse(_jspx_th_html_text_2);
return false;
}
private boolean _jspx_meth_html_text_3(javax.servlet.jsp.tagext.JspTag _jspx_th_html_form_0, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// html:text
org.apache.struts.taglib.html.TextTag _jspx_th_html_text_3 = (org.apache.struts.taglib.html.TextTag) _jspx_tagPool_html_text_style_size_property_maxlength_nobody.get(org.apache.struts.taglib.html.TextTag.class);
_jspx_th_html_text_3.setPageContext(_jspx_page_context);
_jspx_th_html_text_3.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_form_0);
_jspx_th_html_text_3.setSize("32");
_jspx_th_html_text_3.setMaxlength("8");
_jspx_th_html_text_3.setProperty("address.postCode");
_jspx_th_html_text_3.setStyle("font-family: Tahoma,Verdana,宋体; font-size: 12px; line-height: 15px; color: #000000");
int _jspx_eval_html_text_3 = _jspx_th_html_text_3.doStartTag();
if (_jspx_th_html_text_3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
_jspx_tagPool_html_text_style_size_property_maxlength_nobody.reuse(_jspx_th_html_text_3);
return true;
}
_jspx_tagPool_html_text_style_size_property_maxlength_nobody.reuse(_jspx_th_html_text_3);
return false;
}
private boolean _jspx_meth_html_text_4(javax.servlet.jsp.tagext.JspTag _jspx_th_html_form_0, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// html:text
org.apache.struts.taglib.html.TextTag _jspx_th_html_text_4 = (org.apache.struts.taglib.html.TextTag) _jspx_tagPool_html_text_style_size_property_maxlength_nobody.get(org.apache.struts.taglib.html.TextTag.class);
_jspx_th_html_text_4.setPageContext(_jspx_page_context);
_jspx_th_html_text_4.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_form_0);
_jspx_th_html_text_4.setSize("32");
_jspx_th_html_text_4.setMaxlength("16");
_jspx_th_html_text_4.setProperty("address.homephone");
_jspx_th_html_text_4.setStyle("font-family: Tahoma,Verdana,宋体; font-size: 12px; line-height: 15px; color: #000000");
int _jspx_eval_html_text_4 = _jspx_th_html_text_4.doStartTag();
if (_jspx_th_html_text_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
_jspx_tagPool_html_text_style_size_property_maxlength_nobody.reuse(_jspx_th_html_text_4);
return true;
}
_jspx_tagPool_html_text_style_size_property_maxlength_nobody.reuse(_jspx_th_html_text_4);
return false;
}
private boolean _jspx_meth_html_text_5(javax.servlet.jsp.tagext.JspTag _jspx_th_html_form_0, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// html:text
org.apache.struts.taglib.html.TextTag _jspx_th_html_text_5 = (org.apache.struts.taglib.html.TextTag) _jspx_tagPool_html_text_style_size_property_maxlength_nobody.get(org.apache.struts.taglib.html.TextTag.class);
_jspx_th_html_text_5.setPageContext(_jspx_page_context);
_jspx_th_html_text_5.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_form_0);
_jspx_th_html_text_5.setSize("32");
_jspx_th_html_text_5.setMaxlength("16");
_jspx_th_html_text_5.setProperty("address.cellphone");
_jspx_th_html_text_5.setStyle("font-family: Tahoma,Verdana,宋体; font-size: 12px; line-height: 15px; color: #000000");
int _jspx_eval_html_text_5 = _jspx_th_html_text_5.doStartTag();
if (_jspx_th_html_text_5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
_jspx_tagPool_html_text_style_size_property_maxlength_nobody.reuse(_jspx_th_html_text_5);
return true;
}
_jspx_tagPool_html_text_style_size_property_maxlength_nobody.reuse(_jspx_th_html_text_5);
return false;
}
private boolean _jspx_meth_html_text_6(javax.servlet.jsp.tagext.JspTag _jspx_th_html_form_0, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// html:text
org.apache.struts.taglib.html.TextTag _jspx_th_html_text_6 = (org.apache.struts.taglib.html.TextTag) _jspx_tagPool_html_text_style_size_property_maxlength_maxlength_nobody.get(org.apache.struts.taglib.html.TextTag.class);
_jspx_th_html_text_6.setPageContext(_jspx_page_context);
_jspx_th_html_text_6.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_form_0);
_jspx_th_html_text_6.setSize("32");
_jspx_th_html_text_6.setMaxlength("50");
_jspx_th_html_text_6.setMaxlength("32");
_jspx_th_html_text_6.setProperty("address.email");
_jspx_th_html_text_6.setStyle("font-family: Tahoma,Verdana,宋体; font-size: 12px; line-height: 15px; color: #000000");
int _jspx_eval_html_text_6 = _jspx_th_html_text_6.doStartTag();
if (_jspx_th_html_text_6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
_jspx_tagPool_html_text_style_size_property_maxlength_maxlength_nobody.reuse(_jspx_th_html_text_6);
return true;
}
_jspx_tagPool_html_text_style_size_property_maxlength_maxlength_nobody.reuse(_jspx_th_html_text_6);
return false;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -