如何在JSP页面中实现 使用 C:TAG 判断 if。 else if。else 5
<%if(ck_Mbr_Level.equals("3")||ck_Mbr_Level.equals("9")){%><optionvalue="">All</optio...
<% if (ck_Mbr_Level.equals("3") || ck_Mbr_Level.equals("9") ) { %>
<option value="">All</option>
<% if ( rs06 != null) { %>
<% for (int i=0; i<rs06.length; i++){ %>
<option value="<%= rs06[i][0] %>" <% if (rs06[i][0].equals(sUPCHcode)) { %>selected<% } %>><%= rs06[i][1] %></option>
<% } %>
<% } %>
<% } else if (ck_Mbr_Level.equals("1")) { %>
<% if ( rs06 != null) { %>
<option value="">All</option>
<% for (int i=0; i<rs06.length; i++){ %>
<option value="<%= rs06[i][0] %>" <% if (rs06[i][0].equals(sUPCHcode)) { %>selected<% } %>><%= rs06[i][1] %></option>
<% } %>
<% } %>
<% } else { %>
<% if ( rs06 != null) { %>
<% for (int i=0; i<rs06.length; i++){ %>
<% if (rs06[i][0].equals(ck_Mbr_UPCH)) { %>
<option value="<%= rs06[i][0] %>" <% if (rs06[i][0].equals(ck_Mbr_UPCH)) { %>selected<% } %>><%= rs06[i][1] %></option>
<% break; } %>
<% } %>
<% } %>
<% } %>
大神在哪里 ㅠㅠ 展开
<option value="">All</option>
<% if ( rs06 != null) { %>
<% for (int i=0; i<rs06.length; i++){ %>
<option value="<%= rs06[i][0] %>" <% if (rs06[i][0].equals(sUPCHcode)) { %>selected<% } %>><%= rs06[i][1] %></option>
<% } %>
<% } %>
<% } else if (ck_Mbr_Level.equals("1")) { %>
<% if ( rs06 != null) { %>
<option value="">All</option>
<% for (int i=0; i<rs06.length; i++){ %>
<option value="<%= rs06[i][0] %>" <% if (rs06[i][0].equals(sUPCHcode)) { %>selected<% } %>><%= rs06[i][1] %></option>
<% } %>
<% } %>
<% } else { %>
<% if ( rs06 != null) { %>
<% for (int i=0; i<rs06.length; i++){ %>
<% if (rs06[i][0].equals(ck_Mbr_UPCH)) { %>
<option value="<%= rs06[i][0] %>" <% if (rs06[i][0].equals(ck_Mbr_UPCH)) { %>selected<% } %>><%= rs06[i][1] %></option>
<% break; } %>
<% } %>
<% } %>
<% } %>
大神在哪里 ㅠㅠ 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询