[springboot]thymeleaf built-in objects and tool classes

insert image description here

1. Built-in objects

Official Documentation: Thymeleaf 3.0 Base Objects

Seven basic objects:

  • ${#ctx}A context object, which can be used to obtain other built-in objects.
  • ${#param}: Context parameter variable.
  • ${#locale}: Context locale language setting object.
  • ${#request}: HttpSe

Guess you like

Origin blog.csdn.net/hanxiaotongtong/article/details/122892703