[Themaleaf]springboot添加Themaleaf,在html中获取上限文

le.li / 2024-04-29 / 原文

script中

<script>
        var contextPath= [[@{/}]];
</script>

html中,以form为例,将form前面添加"th:",其中“/account/index”为controller里定义的路径

<form id="loginForm" th:action="@{/account/index}" method="post" class="form-horizontal form-group">

</from>