跪求大神指導
td下 使用
title="錯誤報告">
/c:if
td中這段代碼 在浏覽器中顯示了兩個i標簽 這是什麼啊 求大神指導
<td width="9%"><a
href="../city/query.html?interfaceId=${interfacesList.interfaceId}"
title="詳情"><i class="fa fa-folder-open fa-2x"></i></a> <a
href="../city/update.html?interfaceId=${interfacesList.interfaceId}"
title="修改"><i class="fa fa-pencil-square fa-2x"></i></a>
<c:if test="${interfacesList.bugs>0}">
<a href="../city/queryBugs.html?interfaceName=${interfacesList.interfaceName}&methodsName=${interfacesList.methodsName}&interfacePath=${interfacesList.interdacePath}"
title="錯誤報告">
<i class="fa fa-bug fa-2x">
</a>
</c:if>
</td>
已找到答案,是我馬虎了 i標簽忘記結尾了