WEB-INF文件夹下的jsp文件访问不到WebRoot下的js文件

在jsp页面写

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

标签下写


你可能感兴趣的:(jsp,jsp)