<img
class="img-fluid"
alt="Responsive image"
src="{% static 'product.image.url' %}"
/>
不能让图片显示在网页上
你不需要静态的
<img class="img-fluid"
alt="Responsive image"
src="{{ product.image.url }}"
/>
我不确定,但你是否在文件中添加了{% load static %}。