摘要: webpy没有分页类。按照php的思路。自己编了一个。数据库用的是sqlite。 class Page(object): '''分页类''' def __init__(self,page_size,data_count,page_current): import math... 阅读全文
posted @ 2016-01-01 14:25 daivlin 阅读(347) 评论(0) 推荐(0) 编辑