JSP中用include标签动态引入其它文件报错:attribute for % is not properly terminatedjsp:include?pag
JSP中用include标签动态引入其它文件报错:attribute for %>" is not properly terminated
<jsp:include?page="frame/include.jsp"></jsp:include>?表示相对路径
<jsp:include?page="<%=uri?%>"></jsp:include>?两个引号与<%=uri?%>之间不能有空格?
?
?
