listrefinedtopic.ftl
来自「Spring企业级开发下......电子书籍..............」· FTL 代码 · 共 28 行
FTL
28 行
<#-- 这是用于显示精华帖子的模板 --><#import "spring.ftl" as spring /><html> <head> <title> baobaotao </title> </head> <body> 精华文章 <table> <#list topicList as topic> <tr> <td> ${topic.topicId} </td> <td> <a href="<@spring.url '/showTopic.html?topicId=${topic.topicId}'/>">${topic.title}</a> </td> <td> ${topic.createDate?string("yyyy-MM-dd HH:mm:ss")} </td> </tr> </#list> <table> </body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?