FreeMarker-list

    技术2025-07-08  9

    list指令的一般格式为:

    <#list sequence as loopVariable>

        repeatThis

    </#list>

     

    repeatThis部分为重复出现项,

    loopVariable为循环时的当前项值,它的生命周期紧在<#list>和</#list>之间

    最新回复(0)