<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()
+":"+request.getServerPort()+path+"/";
%>
<base href=" <%=basePath%>">
<script src="js/easyui/jquery.min.js"></script>
<script src="js/easyui/json2.js"></script>
相对路径的请求