程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 更多編程語言 >> 編程解疑 >> html-td下 使用<c:if判斷 出現兩個i標簽

html-td下 使用<c:if判斷 出現兩個i標簽

編輯:編程解疑
td下 使用<c:if判斷 出現兩個i標簽

跪求大神指導

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標簽忘記結尾了

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved