Thymeleaf能用js中定义的变量吗,如果能的话该怎么取得呢?

Thymeleaf能用js中定义的变量吗,如果能的话该怎么取得呢?

设置
session.setAttribute("username",username);
获取
${username}
你试试