【发布时间】:2020-10-31 03:38:53
【问题描述】:
<div class="col-12 col-md-6">
{{ object }}[![image show html output ][1]][1]
{{ cart }}
{{ cart.products.all }}
{% if object in cart.products.all %}
IN cart
{% else %}
NOT cart
{% endif %}
{% if object in cart.products.all %} 总是显示 false else 语句总是在 queryset 中打印 iphone,iphone,hi 显示 false 无法弄清楚 y
【问题讨论】:
标签: javascript django django-forms django-views django-templates