%--
Created by IntelliJ IDEA.
User: x'b'w
Date: 2021/6/20
Time: 22:11
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%
String basePath = request.getScheme()
+ "://"
+ request.getServerName()
+ ":"
+ request.getServerPort()
+ request.getContextPath()
+ "/"
;
%>
<%--<%=basePath%>--%>
<%----%>
<%----%>