900字范文,内容丰富有趣,生活中的好帮手!
900字范文 > jsp_el内置对象pageContext和Cookie

jsp_el内置对象pageContext和Cookie

时间:2022-01-14 00:16:00

相关推荐

jsp_el内置对象pageContext和Cookie

独角兽企业重金招聘Python工程师标准>>>

Cookie案例:获取cookie的value

${cookie.JSESSIONID.value}

详解:

cookie:el内置对象

JSESSIONID:cookie的key

.value:等同于Cookie的getvalue方法获取value值

pageContext案例:获取项目名称

${pageContext.request.contextPath}

详解:

pageContext:el内置对象;

request:pageContext的方法获取request对象

contextPath:request对象的方法

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。