thinkphp 自带分页功能怎么写 希望高手写的详细点
首先要下载ORG/Util/Page.class.php类
import("ORG.Util.Page");引入$Page = new Page("数量","每页几个");$show = $Page->show();