Thymeleaf 获取 url 属性

Posted

技术标签:

【中文标题】Thymeleaf 获取 url 属性【英文标题】:Thymeleaf get url attribute 【发布时间】:2017-04-12 06:19:33 【问题描述】:

我想提取 thymeleaf 模板中的 url 属性。我正在尝试这样:

发送此查询 http://somedomain/myPage?text=blah

myPage.html

<div th:text="$param.text"></div>

Bu 而不是 blah 我得到[Ljava.lang.String;@797291bb

【问题讨论】:

【参考方案1】:

$param.text 解析为一个数组。要获取实际值,您必须使用$param.text[0]

【讨论】:

以上是关于Thymeleaf 获取 url 属性的主要内容,如果未能解决你的问题,请参考以下文章

Thymeleaf3语法详解解解解解

如何使用Thymeleaf在Spring中配置CharacterEncodingFilter?

Thymeleaf-spring boot 的模型属性为空

thymeleaf入门

009 thymeleaf的引入

thymeleaf前端数据绑定