Thymeleaf常见用法

Thymeleaf下拉框回显:

 

 

下拉框(session版):

 

1.thymeleaf 标签获取 contextPath:

2、thymeleaf 循环标签

 

info 为循环变量,在循环中使用info点属性即可

3、thymeleaf  使用 href标签带参数:

4、thymeleaf  中将值传给 事件函数:

然后 $(this).attr('name');获取name的值 这个方法有点臃肿 不过能实现

5、循环给select 赋值:

6、给select动态选中:

7、路径信息:



8、字符串拼接:

注意双引号是必须要有的

9、使用thymeleaf控制 单选框

10、thymeleaf中使用三目运算

11、thymeleaf中动态控制class 样式

  • 12、thymeleaf中使用时间格式化

    13.radio回显

     

     

    切割

                 

     

    你可能感兴趣的:(JavaScript)