JSP路径问题

Posted hglibin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JSP路径问题相关的知识,希望对你有一定的参考价值。

JSP路径问题

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

以上是关于JSP路径问题的主要内容,如果未能解决你的问题,请参考以下文章

JSP基础

day06-jsp

jsp

检查是不是已设置 JSP 片段

JSP语法

JSP 语法