Thymeleaf:将字符串参数传递给mixins函数

时间:2018-10-28 11:00:23

标签: pug thymeleaf mixins

我有一个用一个字符串参数在mixins-jade中编写的函数,称为 picture(param)。它处理图片链接。现在,我想通过百里香进行辩论。我也使用转义序列尝试了许多解决方案,但没有一种是正确的。例如:

+picture('\' + ${myValue} + \'')

+picture(th:text="${value}")

0 个答案:

没有答案