<%
 String id="01";//从数据库中获取,非固定值
%>
<jsp:include page="hello<%=id%>"></jsp:include> 为什么include中取不到id的值?
如何在根据id的变化,include不同的页面?