Pyhton学习——Day61
摘要:
class Pagination(object): def __init__(self,totalCount,currentPage,perPageItemNum=10,maxPageNum=7): # 数据总个数 self.total_count = totalCount # 当前页 try: v 阅读全文
posted @ 2018-04-24 11:40 pandaboy1123 阅读(128) 评论(0) 推荐(0) 编辑