码迷,mamicode.com
首页 > Web开发 > 详细

JSP路径问题

时间:2018-10-11 01:49:07      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:contex   ext   scheme   sep   get   erp   rpo   string   问题   

JSP路径问题

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

JSP路径问题

标签:contex   ext   scheme   sep   get   erp   rpo   string   问题   

原文地址:https://www.cnblogs.com/hglibin/p/9768041.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!