已采纳回答 / _潇潇暮雨
在Servlet中无法使用jsp内置对象,但是可以通过request.getSession()取得session啊。在jsp页面中可以使用EL表达式或者session.getAttribute()取得用户名。
2015-09-21