<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <base href="<%=basePath%>">
  </head>
 
  <body>
    
  </body>
</html>

 

相关文章:

  • 2021-12-26
  • 2021-09-18
  • 2021-12-30
  • 2022-12-23
  • 2021-07-05
  • 2022-01-20
  • 2021-09-26
猜你喜欢
  • 2021-04-18
  • 2021-11-13
  • 2021-11-27
  • 2021-12-11
  • 2021-11-30
  • 2021-11-30
相关资源
相似解决方案