在jsp的include指令中如何包含它不同目录下的文件?
在jsp中因为我要包含的文件a.jsp处在我这个文件处在目录的父目录中并且也是应用的根目录中.我试过了用<%@ include file="/a.jsp"%>
<%@ include file="../a.jsp"%><%@ include file="./../a.jsp"%>都不行.哪位高人指点下吧
参考答案:"../../d.jsp
在jsp中因为我要包含的文件a.jsp处在我这个文件处在目录的父目录中并且也是应用的根目录中.我试过了用<%@ include file="/a.jsp"%>
<%@ include file="../a.jsp"%><%@ include file="./../a.jsp"%>都不行.哪位高人指点下吧
参考答案:"../../d.jsp