分类: Windows平台
2014-05-10 15:27:19
<%@ page language="java" import="java.util.*"
pageEncoding="UTF-8"%>
<%
String path =
request.getContextPath();
String basePath = request.getScheme() +
"://"
+ request.getServerName() + ":" +
request.getServerPort()
+ path + "/";
%>