jstl中c:if的使用
发布网友
发布时间:2022-05-12 10:20
我来回答
共2个回答
热心网友
时间:2023-10-03 07:11
能
<c:forEach var="ps" items="p"
<tr>
<td width="10%">
${p.aa}
</td>
<td width="50%" >
<c:if test="${p.emp_property_issuedby=='1'}">通过</c:if>
<c:if test="${p.emp_property_issuedby=='0'}">未通过</c:if>
</td>
</tr>
</c:forEach>
热心网友
时间:2023-10-03 07:11
能
<c:forEach
var="ps"
items="p"
<tr>
<td
width="10%">
${p.aa}
</td>
<td
width="50%"
>
<c:if
test="${p.emp_property_issuedby=='1'}">通过</c:if>
<c:if
test="${p.emp_property_issuedby=='0'}">未通过</c:if>
</td>
</tr>
</c:forEach>
热心网友
时间:2023-10-03 07:11
能
<c:forEach var="ps" items="p"
<tr>
<td width="10%">
${p.aa}
</td>
<td width="50%" >
<c:if test="${p.emp_property_issuedby=='1'}">通过</c:if>
<c:if test="${p.emp_property_issuedby=='0'}">未通过</c:if>
</td>
</tr>
</c:forEach>
热心网友
时间:2023-10-03 07:11
能
<c:forEach
var="ps"
items="p"
<tr>
<td
width="10%">
${p.aa}
</td>
<td
width="50%"
>
<c:if
test="${p.emp_property_issuedby=='1'}">通过</c:if>
<c:if
test="${p.emp_property_issuedby=='0'}">未通过</c:if>
</td>
</tr>
</c:forEach>
热心网友
时间:2023-10-03 07:11
能
<c:forEach var="ps" items="p"
<tr>
<td width="10%">
${p.aa}
</td>
<td width="50%" >
<c:if test="${p.emp_property_issuedby=='1'}">通过</c:if>
<c:if test="${p.emp_property_issuedby=='0'}">未通过</c:if>
</td>
</tr>
</c:forEach>
热心网友
时间:2023-10-03 07:12
能
<c:forEach
var="ps"
items="p"
<tr>
<td
width="10%">
${p.aa}
</td>
<td
width="50%"
>
<c:if
test="${p.emp_property_issuedby=='1'}">通过</c:if>
<c:if
test="${p.emp_property_issuedby=='0'}">未通过</c:if>
</td>
</tr>
</c:forEach>