thymeleaf获取cookie缓存值

  • Post author:
  • Post category:其他


<input type="house" id="loggedUserId" th:each="cookie :${#httpServletRequest.getCookies()}"
               th:if="${cookie.getName().equals('userId')}"
               th:value="${cookie.getValue()}">

需要遍历该浏览器的所有cookie以获得对应值



版权声明:本文为HLComet_Bay_WC原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。