gpt4 book ai didi

angularjs - 如何在 Spring Boot Thymeleaf 中使用 Angular 双向绑定(bind)标签

转载 作者:行者123 更新时间:2023-12-02 22:57:57 26 4
gpt4 key购买 nike

我在 json 文件中定义了图像,如下所示

certLogoURL:“/img/ocjp.gif”

我试图在我的 thymeleaf 模板中将其显示为

<img th:src="@{ {{certificate.certLogoURL}} }" > </img>

图像未显示在我的网页中。

当我检查网页时,它会转换为

<img src="/img/ocjp.gif">

如果我将值硬编码为

<img th:src="@{/img/ocjp.gif}"> </img>

图像已正确显示。

您能帮我解决这个问题吗?

最佳答案

可能是路径错误,请检查http://www.thymeleaf.org/doc/articles/standarddialect5minutes.html在2.4中。链接(URL)表达式

关于angularjs - 如何在 Spring Boot Thymeleaf 中使用 Angular 双向绑定(bind)标签,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46272138/

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