+ -
当前位置:首页 → 问答吧 → include 路径问题

include 路径问题

时间:2011-08-11

来源:互联网

a.jsp

<%@include file="admin_common.jsp" %>
<%=weburl%> //找不到符号

admin_common.jsp
<%@include file="../cache/webconfig.jsp" %>

修改下
a.jsp
<%@include file="../cache/webconfig.jsp" %>
<%=weburl%> //可以打印

这怎么回事

作者: cooc123   发布时间: 2011-08-11

关于路径问题,建议使用绝对路径:file="${pageContext.request.contextPath}/admin_common.jsp"

作者: Luciferoffans   发布时间: 2011-08-11

变量weburl在webconfig.jsp

a.jsp和admin_common.jsp的位置关系?不在同一目录就要写出相对目录。

作者: softroad   发布时间: 2011-08-11

热门下载

更多