06 2020 档案

摘要:https://mp.weixin.qq.com/s?__biz=MzU0OTk3ODQ3Ng==&mid=2247483777&idx=1&sn=f144ee415bb743f5422314907fc7d819&chksm=fba6e982ccd160945aa5c53434e933e2f03e8 阅读全文
posted @ 2020-06-30 13:23 anakinf 阅读(382) 评论(0) 推荐(0) 编辑
摘要:th:each属性用于迭代循环,语法:th:each="obj,iterStat:${objList}"迭代对象可以是Java.util.List,java.util.Map,数组等;iterStat称作状态变量,属性有: index:当前迭代对象的index(从0开始计算) count: 当前迭代 阅读全文
posted @ 2020-06-17 09:04 anakinf 阅读(3707) 评论(0) 推荐(0) 编辑
摘要:<th:block th:each="image : ${#strings.listSplit(goods.images, ';')}"> <img th:src="${image}" style="max-height: 150px;"></th:block> 阅读全文
posted @ 2020-06-16 21:11 anakinf 阅读(1083) 评论(0) 推荐(0) 编辑
摘要:日期格式、组件提取等. ${#dates.format(date)} ${#dates.arrayFormat(datesArray)} ${#dates.listFormat(datesList)} ${#dates.setFormat(datesSet)} ${#dates.format(dat 阅读全文
posted @ 2020-06-16 21:09 anakinf 阅读(339) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示