绕开controller, 直接进入到页面
访问静态资源:
<mvc:view-controller path="/t360" view-name="/demo/t360" />访问静态资源:
<mvc:resources location="/css/" mapping="/css/**"/>
<mvc:resources location="/images/" mapping="/images/**"/>
<mvc:resources location="/script/" mapping="/script/**"/>
本文详细介绍了如何在MVC框架中通过<mvc:view-controller>和<mvc:resources>标签直接访问静态资源和页面,从而实现绕过Controller的功能。
1269

被折叠的 条评论
为什么被折叠?



