📅  最后修改于: 2022-03-11 14:53:14.377000             🧑  作者: Mango
The syntax you need is :
!{yourJsVariable}
if you use #{yourJsVariable} it shows consider it as string,
but with !{} it doesn't.