黑马程序员
EL–empty运算符&隐式对象pageContext
<%--
Created by IntelliJ
IDEA.
User
: 联想
Date
: 2020/10/4
Time
: 18:41
To change
this template use File
| Settings
| File Templates
.
--%>
<%@ page contentType
="text/html;charset=UTF-8" language
="java" %>
<html
>
<head
>
<title
>el的隐式对象
</title
>
</head
>
<body
>
$
{pageContext
.request
}
<h3
>在jsp页面动态获取虚拟目录
</h3
>
$
{pageContext
.request
.contextPath
}
</body
>
</html
>
转载请注明原文地址:https://blackberry.8miu.com/read-9321.html