由于jsp中的EL表达式语法和jquery.tmpl十分类似,,所以单纯的使用${name},数据是渲染不上tmpl的. SO.. 要加上转义:
${'${'}amount} 或者 \${amount}
由于jsp中的EL表达式语法和jquery.tmpl十分类似,,所以单纯的使用${name},数据是渲染不上tmpl的. SO.. 要加上转义:
${'${'}amount} 或者 \${amount}
转载于:https://www.cnblogs.com/fighxp/p/7890288.html