Thymeleaf:如何使用th:with将百里香叶处理过的片段加载到局部变量中?

时间:2018-06-22 20:22:15

标签: thymeleaf

<div th:with="local_var = ~{fragment_file :: fragment_name}"></div> 

上面的代码为我提供了片段中的html标记,但无法评估其中的百里香叶数据(例如,返回片段中使用的$ {data}而未对其进行评估)

<div th:replace="fragment_file :: fragment_name"></div>

另一方面,如果我对相同的片段使用上述的th:replace,它将很好地处理片段:

是否可以调用片段并将评估的片段加载到带有变量th:with中的方法?

0 个答案:

没有答案