【springboot】thymleaf如何获取session中的值
<form method="get" th:action="@{/logout_html}" id="userinfo"><button type="submit" class="btn btn-link">退出</button>
<b style="display:inline;" th:text="'用户名:' + ${session.loginUser}"></b>
</form>
关键代码:session.loginUser
以上是 【springboot】thymleaf如何获取session中的值 的全部内容, 来源链接: utcz.com/z/508992.html