l 语句
处理花括号
l 指令
1. include指令 包含一个静态文件
jsp 语法:
<%@ include file = “relativeurl” %>
xml 语法:
<jsp:directive.include file=”relativeurl”/>
路径以“/”开始是相对于上下文。
l 语句
处理花括号
l 指令
1. include指令 包含一个静态文件
jsp 语法:
<%@ include file = “relativeurl” %>
xml 语法:
<jsp:directive.include file=”relativeurl”/>
路径以“/”开始是相对于上下文。