仅作为记录,大佬请跳过
1、像.css形式的用.less
文件实现,用
<link rel="stylesheet/less" type="text/css" href="{% static 'less/aless.less' %}" />
<script src="{% static 'jq/less.min.js' %}" type="text/javascript"></script>
传给html
2、数组变量的循环书写,在.py
文件中写好,用{{data}}
、'{{i1}}'
、{% autoescape off %} {{c}}
传给html