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