JSP学习笔记
文章平均质量分 78
Trainsp0tting
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
EL变量
pageScope A collection (a java.util.Map) of all page scope variables. 所有页面作用域变量的集合(java.util.Map) requestScope A collection (a java.util.Map) of all request scope variables. 所有请求作用域变量的集合(java.util.Ma原创 2006-06-30 15:13:00 · 1176 阅读 · 0 评论 -
javax.servlet.http.HttpServletRequest的属性
在EL中访问方式: pageContext.request.authType String Read The name of the authentication scheme protecting the request 用来保护请求的身份认证方案的名称 characterEncoding String Read The request body character encoding, or原创 2006-06-30 15:19:00 · 2815 阅读 · 0 评论
分享