`
max_annie
  • 浏览: 21578 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

一点一滴-struts的action跳转后路径问题

 
阅读更多
在使用action跳转后的页面路径如果是相对路径的话会出现css、js以及图片等无法加载问题。
 
解决方法:
<%
  String path = request.getContextPath();
  String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>

在head标签中
<base href="<%=basePath%>">
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics