FreeMaker學(xué)習(xí)筆記
1.${data model} 類似于jsp的<%=data model%><%=data model%>2.JTL tag:以#開頭,除了某些特定的tag會以@開頭(用戶自定義的tag)
3.注釋:<#-- 注釋內(nèi)容-->
4.幾個(gè)tag的例子
<#if condition> 內(nèi)容</#if>
#IF>
<#else>
例子:
<#if animals.python.price < animals.elephant.price> Pythons are cheaper than elephants today. <#else>循環(huán)讀取數(shù)據(jù)
Pythons are not cheaper than elephants today.
</#if>
<#list SequenceVar as variable>repeatThis</#list>
<#list animals as being>
#LIST> </#list>
<#list whatnot.fruits as fruit>
${fruit}
</#list>
插入文件中的內(nèi)容<#include "filename">
posted on 2005-09-16 13:42 幸福是把溫暖的槍 閱讀(516) 評論(0) 編輯 收藏 所屬分類: java
只有注冊用戶登錄后才能發(fā)表評論。 | ||
![]() |
||
網(wǎng)站導(dǎo)航:
博客園
IT新聞
Chat2DB
C++博客
博問
管理
|
||
相關(guān)文章:
|
||