Freemaker:操作集合

Posted huiy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Freemaker:操作集合相关的知识,希望对你有一定的参考价值。


<#if (id?index_of(‘Base‘) >= 0)>
    <choose>
        <when test="rootOrgID !=null and rootOrgID != ‘‘">
            rootOrgID = ${"#{"+‘rootOrgID‘+"}"}
        </when>
        <otherwise>
            branchOrgID = ${"#{"+‘rootOrgID‘+"}"}
        </otherwise>
    </choose>
 <#else>
    <choose>
        <when test="schoolID !=null and schoolID != ‘‘">
            schoolID = ${"#{"+‘schoolID‘+"}"}
        </when>
        <otherwise>
            branchSchoolID = ${"#{"+‘branchSchoolID‘+"}"}
         </otherwise>
     </choose>                
 </#if>


以上是关于Freemaker:操作集合的主要内容,如果未能解决你的问题,请参考以下文章

freemaker 快速入门

laravel特殊功能代码片段集合

word 文档导出 (freemaker+jacob)--java开发

使用 Ktor Kotlin 处理 FreeMaker 模板

freemaker模板引擎使用详解

Freemaker使用教程