您在URL中缺少上下文路径。要添加上下文路径,可以使用JSP EL
<link href="${pageContext.request.contextPath}/CSS/sampl.css" rel="stylesheet" type="text/css" />该
CSS文件夹位于Web应用程序的根目录中。

您在URL中缺少上下文路径。要添加上下文路径,可以使用JSP EL
<link href="${pageContext.request.contextPath}/CSS/sampl.css" rel="stylesheet" type="text/css" />该
CSS文件夹位于Web应用程序的根目录中。