标签:style http io 文件 ef res on sp
http://www.mkyong.com/spring-mvc/spring-mvc-how-to-include-js-or-css-files-in-a-jsp-page/
如果
<mvc:resources mapping="/resources/**" location="/resources/mytheme/" />注意location是Webroot目录下面的文件夹
则
<link href="${pageContext.request.contextPath}/resources/css/main.css" rel="stylesheet" >
需要在映射目录前面加上工程名称
springmvc resources 配置,布布扣,bubuko.com
标签:style http io 文件 ef res on sp
原文地址:http://www.cnblogs.com/huiwq1990/p/3916882.html