您好,在request.setAttribute("ll",l1);request.setAttribute("test",l1);request、session或application设置一下就可以在当前页面获取值了,jsp: ${ test }
jsp页面写<%=l1%>
好像这样就可以了${l1 }