listRow = $listRow; $this->total = $total; $this->page = (isset($_GET['p']) && $_GET['p']) ? (int)$_GET['p'] : ((isset($_POST['p']) && $_POST['p']) ? (int)$_POST['p'] : 1); } private function firstRow() { return ($this->page - 1) * $this->listRow; } private function totalPage() { return ceil($this->total / $this->listRow); } public function process() { $this->totalPage = $this->totalPage(); $this->firstRow = $this->firstRow(); return $this; } public function html() { $url = Register::get('Route')->rawUri; // 链接没有匹配&或?,配置了伪静态也就无所谓了 $html = '