摘要: 后端code # 后端 import math class BasicView(BaseView): @expose('/') def index(self): # 每页展示多少条 page_count = 20 # 查询数据中一共 有多少条 tcount = session.query(表名).c 阅读全文
posted @ 2021-02-08 15:53 Mr-刘 阅读(91) 评论(1) 推荐(0) 编辑