for.zml 470 B

1234567891011121314151617181920
  1. <html>
  2. <#for it : list>
  3. <#for item : it>
  4. 双循环开始 ${item} 双循环结束
  5. </#for>
  6. </#for>
  7. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  8. ${Styles.htmlOverflowHidden()}
  9. ${name}
  10. ${Styles.htmlOverflowHidden()}
  11. <#for item : list1>
  12. as ${item} sd
  13. </#for>
  14. </meta>
  15. </head>
  16. <#for item : list1>as ${item} sd </#for>最后加数据
  17. </body>
  18. <#for item : list1>as ${item} sd </#for>
  19. </html>