${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">


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章