随笔分类 - Front end component
Thymeleaf 整理
摘要:1、标准变量表达式: thymeleaf中的变量表达式使用${变量名}的方式获取其中的数据 th:text="" 是thymeleaf的一个属性,用于文本的显示 如:<span th:text="${user.name}">X</span>2、选择变量表达式 也叫星号表达式,使用th:object属
阅读全文
浙公网安备 33010602011771号