| 1234567891011121314151617181920 |
- <html>
- <#for it : list>
- <#for item : it>
- 双循环开始 ${item} 双循环结束
- </#for>
- </#for>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
- ${Styles.htmlOverflowHidden()}
- ${name}
- ${Styles.htmlOverflowHidden()}
- <#for item : list1>
- as ${item} sd
- </#for>
- </meta>
- </head>
- <#for item : list1>as ${item} sd </#for>最后加数据
- </body>
- <#for item : list1>as ${item} sd </#for>
- </html>
|