? ? <%?? ? ? ?//跳轉(zhuǎn)到注冊頁面? ? ? ?pageContext.forward("reg.jsp");? ? ? ?pageContext.include("include.jsp");? ? %> ??? ? ? 用戶名是:<%=pageContext.getSession().getAttribute("username") %><br> ? ? ?? ? ? ? 用戶名是:<%=pageContext.getSession().getAttribute("username") %><br> ? ? ? ? ? ? ? ? ??