thymeleaf javascript取后台传入的数值

Posted Crazy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了thymeleaf javascript取后台传入的数值相关的知识,希望对你有一定的参考价值。

<script th:inline="javascript">  
/*<![CDATA[*/  
  
    var message = [[${message}]];  
    console.log(message);  
  
/*]]>*/  
</script> 

 

以上是关于thymeleaf javascript取后台传入的数值的主要内容,如果未能解决你的问题,请参考以下文章

JavaScript - thymeleaf 在 js 中渲染的一个问题

Thymeleaf引用片段传入参数

Thymeleaf 模板引擎简介

Thymeleaf前后端传值 页面取值与js取值

thymeleaf 如何取map的值

thymeleaf 中js怎么取到list数据大小