${basePath}

<%@ page isELIgnored="false"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
request.setAttribute("basePath",basePath);
%>

<script  src="${basePath }js/jquery-easyui-1.4/jquery.min.js"></script>

<link href="${basePath}images/favicon.ico" rel="shortcut icon">

<link rel="stylesheet" type="text/css" href="${basePath }js/jquery-easyui-1.4/themes/default/easyui.css">

<script type="text/javascript" src="${basePath }js/jquery-easyui-1.4/jquery.easyui.min.js"></script>

<link rel="stylesheet" type="text/css" href="${basePath }js/jquery-easyui-1.4/themes/icon.css">

时间: 2024-08-01 22:30:30