sunyt
 <#if userList?exists> 
   <#list userListas item> 
       <tr> 
         <td>${item_index?if_exists+1}</td>//获取循环下标值,默认是从0开始的. 
         <td>${item.userName?if_exists}</td> 
       </td> 
    </#list> 
</#if> 

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-11-10
  • 2022-12-23
  • 2021-11-06
  • 2022-12-23
  • 2022-02-08
  • 2022-12-23
  • 2021-06-21
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案