<%@ page language="java" pageEncoding="utf-8"%> <%@taglib uri="http://www.springframework.org/tags" prefix="spring"%> <%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; Object employee = session.getAttribute("employee"); if(employee != null) response.sendRedirect(basePath); %> <spring:message code="login.title"></spring:message>
手机版
  
  
简体 繁體 English