servlet中有两个setattribute方法在jsp页面怎么调用
在jsp页面上直接el表达式获取后台存入session的值的。例如在jsp中直接操作:
${sessionScope.service}
request.getAttribute("id");session.getAttribute("service");