会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Otis
首页
管理
2021年1月13日
自定义分页
摘要: 分页 动态计算分页按钮 # coding=utf-8 import math class Page: def __init__(self, data_count, page_size=5, pre_page_num=10): """ 分页 :param data_count: 数据总量 :param
阅读全文
posted @ 2021-01-13 15:02 _Otis
阅读(68)
评论(0)
推荐(0)
公告