Thymeleaf项目实战总结

以下总结了使用Thymeleaf做项目过程中碰到的有价值的知识点。拿出来分享!

1.格式化日期

<span th:text="'发布时间:'+${#dates.format(post.getPostTime(),'yyyy-MM-dd HH:mm')}">2019年05月12日 00:16</span>
发布了343 篇原创文章 · 获赞 577 · 访问量 200万+

猜你喜欢

转载自blog.csdn.net/IndexMan/article/details/103997576