0
我如何引用一個JSP的鏈接內容從一個jsp包括(每說一個鏈接)如何從一個jsp引用另一個JSP的內容包括(每說一個鏈接)
的index.jsp
<%@ include file="link.jsp"%>
<html>
//can I get the link.jsp link from here with this include?
</html>
link.jsp
<html>
<a href"someplace"></a> <--I want this to be a reference to other jsps
</html>
你說的其他jsp的含義是什麼? –