這篇文章主要介紹了jsp文件絕對路徑的設(shè)置方法,需要的朋友可以參考下
代碼如下:
<%
String path = request.getContextPath();
String basePath = request.getScheme() + "://"
+ request.getServerName() + ":" + request.getServerPort()
+ path + "/";//返回形式
>
調(diào)用:
代碼如下:
<%=basePath%>
在js代碼里也可以直接用
更多信息請查看IT技術(shù)專欄