${basePath}
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了${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">
本文出自 “学的不仅是技术,更是梦想” 博客,请务必保留此出处http://wyshnc.blog.51cto.com/10221879/1904253
以上是关于${basePath}的主要内容,如果未能解决你的问题,请参考以下文章