js获取的 后端的列表。
1、引号被转码

处理办法
{% autoescape off %}
var tmp = '{{ data1 }}';
var tmp = '{{ data2 }}';
{% endautoescape %}
</script>
1、引号被转码

处理办法
{% autoescape off %}
var tmp = '{{ data1 }}';
var tmp = '{{ data2 }}';
{% endautoescape %}
</script>