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:include page="C:/Documents and Settings/admin/My Documentslibrary/example.jsp"></jsp:include>可能吗?谢谢。
<jsp:include page="C:/Documents and Settings/admin/My Documentslibrary/example.jsp"></jsp:include>
没有。 jsp:include 可以有相对路径或表达式。它不能包含协议名称、端口号或域名。URL 可以是绝对的或相对于当前 JSP 页面的。如果它是绝对的(以 / 开头),则路径名由您的 Web 或应用程序服务器解析。