Velocity笔记

刚接触:注意:#elseif  的if不能分开。set赋值记得加分号
注意:#elseif  的if不能分开。set()在分号
#set #if #else #end #foreach #end #iinclude #parse #macro
如:
#if($info.imgs)
,img src="$info.imgs" border=()>
#esle
<img src="noPhoto.jpg">
#end
${someone}name
$!msg

<p>$!HtmlUtio.doSomething($!msg)</p>
#if ($msg)
<script>
 alert('$!msg');
</script>

#foreach($info in $lsit) $info.someList #end

$foreach($ifno in $hotlist1)
<a href="/bbsdoc.ejf?easyJWebCommand=show&&cid=$!info.cid" target="_bank">$!info.title</a><br>
#end
#macro(macroName)#end
test:
#macro(orderPic$type)
#if ($ordeField.equals($type))
<img src-"/images/ico/${orderType}.gif">
#end
#end
 
这是一些Velocity的ebook!

你可能感兴趣的:(职场,休闲)