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 页面包含到 jsp 页面中。
我有
page="<%=contextPath%>/admin/admin_left.jsp"
而且我想包含在一个jsp页面中。请帮我。
听起来你想使用
<jsp:include page="/admin/admin_left.jsp" />