0
我想在迭代列表時獲取列表的*.ftl
中的項目數。 它從*.jsp
轉換爲*.ftl
文件。 請幫助,謝謝。如何在迭代列表中獲取* .ftl中的索引
我想在迭代列表時獲取列表的*.ftl
中的項目數。 它從*.jsp
轉換爲*.ftl
文件。 請幫助,謝謝。如何在迭代列表中獲取* .ftl中的索引
像<#list foos as foo>...${foo?counter}...</#list>
,如果你想它,如果你想讓它從0開始,(參見:http://freemarker.org/docs/ref_builtins_loop_var.html)開始1 foo?index
http://stackoverflow.com/help/how-to-ask &http://stackoverflow.com/help/mcve –