`
jyt
  • 浏览: 9172 次
社区版块
存档分类
最新评论

jsp中的path和basePath

 
阅读更多

<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>

 

<base href="<%=basePath%>">是一个基链接,只能应用于<head></head>标签内,那么页面上的所有相对路径文件的链接都是在前面加上这个基础链接指向的地址。

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics