随笔分类 - Velocity
摘要:Spring MVC整合Velocity,就要引入相关的包,需要导入的包如下图 pom引入: <dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity</artifactId> <version>1.6.2</v
阅读全文
摘要:一、基本语法 1、"#"用来标识Velocity的脚本语句,包括#set、#if 、#else、#end、#foreach、#end、#iinclude、#parse、#macro等;如:#if($info.imgs)<img src="$info.imgs" border=0>#else<img
阅读全文

浙公网安备 33010602011771号