python之WEB开发:图片管理

    技术2022-07-10  129

    1:背景图片管理

    <body background="E:/PyCharm 2020.1.1/project/MySite/static/image/short_detect/index_image.jpg"> ... <body>

    2:body图片管理

    {% load static %} <img src="{% static "E:/PyCharm 2020.1.1/project/MySite/static/image/short_detect/index_image.jpg" %}" alt="index image"/>
    Processed: 0.010, SQL: 9