thymeleaf常用命名空间

<html lang="en" xmlns:th="http://www.thymeleaf.org" 
				xmlns:sec="http://www.thymeleaf.org/extras/spring-security"
				xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
  1. thymeleaf约束
    xmlns:th=“http://www.thymeleaf.org”
  2. security约束
    xmlns:sec=“http://www.thymeleaf.org/extras/spring-security”
  3. shiro约束
    xmlns:shiro=“http://www.pollix.at/thymeleaf/shiro”
上一篇:ORACLE中 大量数据插入表 SQL


下一篇:页面的跳转MVVM,带参数的传递