${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}的主要内容,如果未能解决你的问题,请参考以下文章

BasePath问题-nginx负载均衡配置

${basePath}

读取镶木地板文件时,有没有办法在 basePath 中使用通配符?

Thymeleaf配置basePath

Thymeleaf配置basePath

basepath的作用 (转)