总结:
springmvc结合sitemesh总共分三步:
1、添加sitemesh-3.0.jar包
2、添加sitemesh.xml
3、在模板页面添加:<sitemesh:write property='title'/><sitemesh:write property='head'/> <sitemesh:write property='body'/>