Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何加载独立文件 jsp 或 servlet?
在您的 jsp 中,用 if 块包围菜单代码,
<c:if test="userProvider.LoggedIn"> //menu code <jsp:include page="userspecific.jsp" flush="true" /> </c:if>