JSP中用include标签动态引入其它文件报错:attribute for %>" is not properly terminated
<jsp:include?page="frame/include.jsp"></jsp:include>?表示相对路径
<jsp:include?page="<%=uri?%>"></jsp:include>?两个引号与<%=uri?%>之间不能有空格?
?
?
发布时间: 2012-09-04 14:19:30 作者: rapoo
JSP中用include标签动态引入其它文件报错:attribute for %>" is not properly terminated
<jsp:include?page="frame/include.jsp"></jsp:include>?表示相对路径
<jsp:include?page="<%=uri?%>"></jsp:include>?两个引号与<%=uri?%>之间不能有空格?
?
?