1. 程式人生 > >操作文件頁面開發

操作文件頁面開發

借鑑百度地圖javascriptAPI,http://lbsyun.baidu.com/index.php?title=jspopular&qq-pf-to=pcqq.c2c

利用jsp標籤屬性<c:條件>,操作顯示

<div id="sidebar-scrollTop">
                    <ul class="nav-list">
                        <c:if test="${!empty oper}">
                            <c:forEach items="${oper}" var="funmenu">
                                <c:if
test="${funmenu.mtype==0 && empty funmenu.gren}"> <c:if test="${!empty funmenu.content }"> <li> <ul> <li><a class
="onebtn" id="${funmenu.id}">${funmenu.name}</a></li> </ul> </li> </c:if>