freemarker遍历list时怎么在后面加逗号
1个回答
展开全部
<#list nameList as list>
<#if '${list.seachvo}'='precise'>${list.e}</#if>
<#if list_has_next>,</#if>
</#list>
<#list nameList as list>
<#if '${list.seachvo}'='precise'>
${list.e}
<#if list_has_next>,</#if>
</#if>
</#list>
<#list nameList as list>
<#if '${list.seachvo}'='precise'>
${list.e}
<#if list_has_next>,</#if>
</#if>
</#list>
这样得不到我想要的结果,我想要的结果是(1,2,3,4)但是这样输出的可能就是(1,2,3,4,)
<#if '${list.seachvo}'='precise'>${list.e}</#if>
<#if list_has_next>,</#if>
</#list>
<#list nameList as list>
<#if '${list.seachvo}'='precise'>
${list.e}
<#if list_has_next>,</#if>
</#if>
</#list>
<#list nameList as list>
<#if '${list.seachvo}'='precise'>
${list.e}
<#if list_has_next>,</#if>
</#if>
</#list>
这样得不到我想要的结果,我想要的结果是(1,2,3,4)但是这样输出的可能就是(1,2,3,4,)
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询