标签: javascript inline thymeleaf
在百万美元模板中的内联javascript块中,可以使用表达式中的变量值:
var target = select.data("target"); var value = /*[[ ... ]]*/;
...中value的内容应该是这样的:
...
value
${command.get('...')
其中方法.get(...)的参数应为变量target的值。
.get(...)
target