为什么我的xml文件 中不能识 <mvc: >
开头的标签? 头部的定义和dtd都追加了xmlns:mvc=" xsi:schemaLocation="http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd">
在 xml 中最上面加上上面三句代码即可。
检查一下文件头里有木有
http://www.springframework.org/schema/mvc
http://www.springframework.org/schema/mvc/spring-mvc.xsd
这两个命名空间
开头加 taglib prefix="mvc" 没?