<#assign n = 5>
<#list 0..<n as i>hello</#list>
Run Code Online (Sandbox Code Playgroud)
或作为宏:
<#macro repeat input times>
<#list 0..<times as i>${input}</#list>
</#macro>
<@repeat input="hello" times=5/>
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
1104 次 |
| 最近记录: |