怎么样:
<% request.setAttribute("foo", "bar"); %><jsp:include page="<%=fileName%>" flush="true" />以及包含文件中的相应用法:
<%= request.getAttribute("foo") %>
怎么样:
<% request.setAttribute("foo", "bar"); %><jsp:include page="<%=fileName%>" flush="true" />以及包含文件中的相应用法:
<%= request.getAttribute("foo") %>