basePath

<html>
<%
String path = request.getContextPath();
String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path + "/";
%>
<head>
<meta http-equiv="Refresh" content="0; URL=<%=basePath%>admin/login">
</head>
<body>
</body>
</html>
posted @ 2017-08-09 15:59  Legolas_4  阅读(160)  评论(0编辑  收藏  举报