gpt4 book ai didi

spring - Thymeleaf 获取当前请求参数

转载 作者:行者123 更新时间:2023-12-03 18:41:32 34 4
gpt4 key购买 nike

我正在使用 Thymeleaf 和 Spring Boot 开发一个 Web 应用程序。我正在使用 Fragments 和布局;我所需要的只是在 header 中打印请求参数。

例子:

  • 当我打开 localhost:8080/foo/boo 时,我的标题打印/foo/boo
  • 当我打开 localhost:8080/foo?size=5 时,我的标题打印/foo?size=5

  • Thymeleaf 中是否有任何变量可以得到它?

    谢谢

    最佳答案

    查询字符串的路径:

    ${#request.requestURI}

    查询字符串:
    ${#request.queryString}

    获取特定参数(来自查询字符串):
    ${#request.getParameter('size')}

    关于spring - Thymeleaf 获取当前请求参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45462151/

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