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