{% extends "base.html" %} {% block content %}

欢迎来到图书管理系统

重置
{% for book in books %} {% endfor %}
编号 书名 价格 概要 库存 操作
{{ book.bid }} {{ book.name }} {{ book.price }} {{ book.summary }} {{ book.quantity }} 修改 删除
{% endblock %}