The GIS Guy
  • Home
  • iOS
  • Web
  • GIS

jsp

A collection of 1 post

jsp

Spring MVC jsp 嵌入子页面的两种方式

使用 jsp 渲染页面时,可以在页面中嵌入(include)其他 jsp 页面。嵌入子页面有两种方式: 静态嵌入:<% @include file="include.jsp" %> 动态嵌入:<jsp:include page="include.jsp" /> 静态嵌入 <% @include file="

Jon Jon
The GIS Guy © 2025
Latest Posts Ghost