以下JSP代码定义了一个变量,如何输出这个变量的值?<%=stringBean%><%String myBean=(String)pageContext.getAttribute("stringBean",PageContext.PAGE_SCOPE);%><%=myBean%>