是因为数据没有转换成json格式输出就直接eval了。

正确步骤:
后台:  

JsonBinder.buildNormalBinder().toJson(list);

前台:

eval('(${positionView})');

相关文章: