gpt4 book ai didi

thymeleaf - 如何从 thymeleaf html 页面获取用户代理

转载 作者:行者123 更新时间:2023-12-04 02:07:54 25 4
gpt4 key购买 nike

在一个应用程序中,我正在使用 spring + thymeleaf。我想获取包含某些文件的用户代理。

 <% 
String browser = request.getHeader("User-Agent")
%>

我需要在 thymeleaf 页面中完成这项工作。我该怎么做。任何帮助将不胜感激

最佳答案

SHANib 的回答对我不起作用。 ServletRequest 上的 getRequest 没有参数,至少在我的版本中是这样。然而,

<span th:text="${#httpServletRequest.getHeader('User-Agent')}">Agent</span>

工作得很好。

关于thymeleaf - 如何从 thymeleaf html 页面获取用户代理,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22604051/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com