标签:使用 python ad on class c as Go
加法
django中自带过滤add
{{ num|add:‘12‘ }}
这样就表示num加12,有了加就有减法了~~~
还可以{{ num|add:total }}还可以与其他属性相加
变量赋值
{% with distance=5 %} {# 自定义的属性只在with标签内可用 #} {% endwith %}
django模板中使用加法,以及变量赋值,布布扣,bubuko.com
标签:使用 python ad on class c as Go
原文地址:http://blog.csdn.net/jacsice/article/details/38555473