1. 程式人生 > >jsp 中包含 一個路徑為變量的文件

jsp 中包含 一個路徑為變量的文件

包含 base jsp ase body brush 一個 str pre

 <head>
    <base href="<%=basePath%>">
    	<% String fileroot="MyJsp.jsp"; %>     
    </head>
  
  <body>
    <jsp:include page="<%=fileroot %>" ></jsp:include>
  </body>

jsp 中包含 一個路徑為變量的文件